3
0
Fork 0
forked from mirrors/nixpkgs

qmplay2: 22.03.19 -> 22.06.16

This commit is contained in:
R. Ryantm 2022-07-29 19:55:21 +00:00
parent f0df0acc16
commit 43d945c05f

View file

@ -22,13 +22,13 @@
}:
stdenv.mkDerivation rec {
pname = "qmplay2";
version = "22.03.19";
version = "22.06.16";
src = fetchFromGitHub {
owner = "zaps166";
repo = "QMPlay2";
rev = version;
sha256 = "sha256-+EIv74dMm0zxZcCfa5wR6FJNJl5Xaes+/dCRQEBqFeo=";
sha256 = "sha256-nSlmbBCfN+yZlCcgTujBSkZc1uOO0wYpMPUwgLudJEY=";
fetchSubmodules = true;
};