Skip to content

Commit

Permalink
Merge pull request #166885 from r-ryantm/auto-update/gummy
Browse files Browse the repository at this point in the history
gummy: 0.1 -> 0.2
  • Loading branch information
IvarWithoutBones authored Apr 2, 2022
2 parents 0f19df6 + c736289 commit a0a77f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/gummy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
pname = "gummy";
version = "0.1";
version = "0.2";

src = fetchFromGitHub {
owner = "fushko";
repo = "gummy";
rev = version;
sha256 = "sha256-CbZFuvFMmbFVX8k3duhhsg0fd9kVmhsj0VeFYil9YiE=";
sha256 = "sha256-nX5wEJ4HmgFHIgJP2MstBzQjU/9lrXOXoIl1vlolqak=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit a0a77f1

Please sign in to comment.