1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

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

gammy: 0.9.59 -> 0.9.62
This commit is contained in:
Sandro 2021-01-18 22:55:44 +01:00 committed by GitHub
commit b68e28e4a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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