Merge pull request #124462 from r-ryantm/auto-update/gummi

gummi: 0.8.1 -> 0.8.2
This commit is contained in:
Fabian Affolter 2021-05-28 11:24:16 +02:00 committed by GitHub
commit cffbfb1d87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
version = "0.8.1";
version = "0.8.2";
pname = "gummi";
src = pkgs.fetchFromGitHub {
owner = "alexandervdm";
repo = "gummi";
rev = version;
sha256 = "0wxgmzazqiq77cw42i5fn2hc22hhxf5gbpl9g8y3zlnp21lw9y16";
sha256 = "sha256-7txAyzJrEoGPjchXstMWIF1Vy+aoba6aa6+JNUYnKQs=";
};
nativeBuildInputs = [