Merge pull request #197089 from r-ryantm/auto-update/gummy

gummy: 0.2 -> 0.3
This commit is contained in:
Ivv 2022-10-24 16:58:45 +02:00 committed by GitHub
commit 7b3f05af9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gummy"; pname = "gummy";
version = "0.2"; version = "0.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fushko"; owner = "fushko";
repo = "gummy"; repo = "gummy";
rev = version; rev = version;
sha256 = "sha256-nX5wEJ4HmgFHIgJP2MstBzQjU/9lrXOXoIl1vlolqak="; sha256 = "sha256-dw2yOXTS61OIe+NOq8MPydhkZvTit13eC7cbL5nFseg=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [