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

gammy: 0.9.62 -> 0.9.63
This commit is contained in:
Ryan Mulligan 2021-02-25 07:35:57 -08:00 committed by GitHub
commit 9e88fefcfe
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.62";
version = "0.9.63";
in
stdenv.mkDerivation {
@ -12,7 +12,7 @@ stdenv.mkDerivation {
owner = "Fushko";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fyr+khLgaX5xbKCW3pqt6fFvZBHGEVs1BsMireZDxP0=";
sha256 = "sha256-KG9XoE8Ja+P/Z311D1Vfio7QVT8EPCylEbLTT4Ln+OU=";
};
nativeBuildInputs = [ qmake wrapQtAppsHook ];