Merge pull request #100941 from r-ryantm/auto-update/gammy

gammy: 0.9.58a -> 0.9.59
This commit is contained in:
Ryan Mulligan 2020-10-24 06:18:45 -07:00 committed by GitHub
commit 59e6270050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
let let
pname = "gammy"; pname = "gammy";
version = "0.9.58a"; version = "0.9.59";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
@ -12,7 +12,7 @@ stdenv.mkDerivation {
owner = "Fushko"; owner = "Fushko";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "02kwfzh7h2dbsfb6b3qlsc7zga1hq21qvg45wf22vm03mahc28za"; sha256 = "1iz41larqr6ss5kar1pds6zgcrch6ch34cr0ngd71gcaxal0rb72";
}; };
nativeBuildInputs = [ qmake wrapQtAppsHook ]; nativeBuildInputs = [ qmake wrapQtAppsHook ];