1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

qmplay2: 21.12.07 -> 21.12.24

This commit is contained in:
R. Ryantm 2021-12-24 11:04:09 +00:00 committed by Jonathan Ringer
parent a30e8a0cd2
commit 03f32c346f

View file

@ -22,13 +22,13 @@
}:
stdenv.mkDerivation rec {
pname = "qmplay2";
version = "21.12.07";
version = "21.12.24";
src = fetchFromGitHub {
owner = "zaps166";
repo = "QMPlay2";
rev = version;
sha256 = "sha256-iFT88CTz7L7tnNmpe/HaeTrHiE8l0Jk+r0c6O7wJ7N8=";
sha256 = "sha256-SHReKh+M1rgSIiweYFgVvwMeKWeQD52S4KxEiTsyHrI=";
fetchSubmodules = true;
};