Merge pull request #329799 from r-ryantm/auto-update/qdmr

qdmr: 0.11.3 -> 0.12.0
This commit is contained in:
0x4A6F
2024-07-27 12:47:04 +02:00
committed by GitHub
+2 -2
View File
@@ -21,13 +21,13 @@ in
stdenv.mkDerivation rec {
pname = "qdmr";
version = "0.11.3";
version = "0.12.0";
src = fetchFromGitHub {
owner = "hmatuschek";
repo = "qdmr";
rev = "v${version}";
hash = "sha256-YLGsKGcKIPd0ihd5IzlT71dYkxZfeH7BpnKQMEyY8dI=";
hash = "sha256-8NV0+M9eMcvkP3UERDkaimbapTKxB4rYRLbHZjzG4Ws=";
};
nativeBuildInputs = [