3
0
Fork 0
forked from mirrors/nixpkgs

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

gammy: 0.9.63 -> 0.9.64
This commit is contained in:
Fabian Affolter 2021-02-28 19:51:52 +01:00 committed by GitHub
commit cf0a9c1fea
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.63";
version = "0.9.64";
in
stdenv.mkDerivation {
@ -12,7 +12,7 @@ stdenv.mkDerivation {
owner = "Fushko";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KG9XoE8Ja+P/Z311D1Vfio7QVT8EPCylEbLTT4Ln+OU=";
sha256 = "sha256-NPvkT7jSbDjcZDHpMIOik9fNsz7OJXQ3g9OFxkpA3pk=";
};
nativeBuildInputs = [ qmake wrapQtAppsHook ];