Merge pull request #165136 from r-ryantm/auto-update/qmplay2

qmplay2: 21.12.24 -> 22.03.19
This commit is contained in:
Anderson Torres
2022-03-25 21:36:40 -03:00
committed by GitHub
+2 -2
View File
@@ -22,13 +22,13 @@
}:
stdenv.mkDerivation rec {
pname = "qmplay2";
version = "21.12.24";
version = "22.03.19";
src = fetchFromGitHub {
owner = "zaps166";
repo = "QMPlay2";
rev = version;
sha256 = "sha256-SHReKh+M1rgSIiweYFgVvwMeKWeQD52S4KxEiTsyHrI=";
sha256 = "sha256-+EIv74dMm0zxZcCfa5wR6FJNJl5Xaes+/dCRQEBqFeo=";
fetchSubmodules = true;
};