Merge pull request #249573 from Janik-Haag/qdmr

qdmr: 0.11.2 -> 0.11.3
This commit is contained in:
0x4A6F 2023-08-17 18:26:28 +02:00 committed by GitHub
commit 9ce7e0bd4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,13 +22,13 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "qdmr"; pname = "qdmr";
version = "0.11.2"; version = "0.11.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hmatuschek"; owner = "hmatuschek";
repo = "qdmr"; repo = "qdmr";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-zT31tzsm5OM99vz8DzGCdPmnemiwiJpKccYwECnUgOQ="; sha256 = "sha256-YLGsKGcKIPd0ihd5IzlT71dYkxZfeH7BpnKQMEyY8dI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [