qdmr: 0.11.3 -> 0.12.0

This commit is contained in:
R. Ryantm 2024-07-25 02:46:29 +00:00
parent 18c8da898c
commit 00cc3c437b

View File

@ -22,13 +22,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 = [