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

gummy: 0.1 -> 0.2
This commit is contained in:
Ivv 2022-04-02 18:16:08 +02:00 committed by GitHub
commit a0a77f1c73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [