qdmr: 0.12.0 -> 0.12.1 (#370767)

This commit is contained in:
R. RyanTM
2025-01-06 20:55:49 +05:30
committed by GitHub
parent 9ee7a88f5e
commit 7dd39d2082
+2 -2
View File
@@ -21,13 +21,13 @@ in
stdenv.mkDerivation rec {
pname = "qdmr";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "hmatuschek";
repo = "qdmr";
rev = "v${version}";
hash = "sha256-8NV0+M9eMcvkP3UERDkaimbapTKxB4rYRLbHZjzG4Ws=";
hash = "sha256-6eg2w2h1ot7Cklt5UAiaFqJZjC6EM1VtEAwy3HgH4CE=";
};
nativeBuildInputs = [