qdmr: 0.13.3 -> 0.14.0

This commit is contained in:
R. Ryantm
2026-03-26 13:11:40 +00:00
parent 50e6e147d7
commit 1853b925cd
+2 -2
View File
@@ -18,13 +18,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "qdmr";
version = "0.13.3";
version = "0.14.0";
src = fetchFromGitHub {
owner = "hmatuschek";
repo = "qdmr";
rev = "v${finalAttrs.version}";
hash = "sha256-Nw5B0vbYlGkH/8SAAT4DdTp2qiiLst3hWV4n6uF7oUo=";
hash = "sha256-9YYMU64AWBp3YAyWEQiER0lH8OeI7AczEztw6UHqmOE=";
};
nativeBuildInputs = [