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

qmplay2: 22.03.19 -> 22.06.16
This commit is contained in:
Anderson Torres
2022-07-30 19:08:24 -03:00
committed by GitHub
+2 -2
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;
};