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
commit 0d80c05833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};