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

qmplay2: 21.06.07 -> 21.12.07
This commit is contained in:
Anderson Torres 2021-12-19 12:26:17 -03:00 committed by GitHub
commit 87a43a4b22
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 = "21.06.07";
version = "21.12.07";
src = fetchFromGitHub {
owner = "zaps166";
repo = "QMPlay2";
rev = version;
sha256 = "sha256-NV9uglYnqebXhMx8uL0DhGe9l5TBVjlSIaB4IWC8YAc=";
sha256 = "sha256-iFT88CTz7L7tnNmpe/HaeTrHiE8l0Jk+r0c6O7wJ7N8=";
fetchSubmodules = true;
};