qdmr: 0.11.2 -> 0.11.3

Diff: https://github.com/hmatuschek/qdmr/compare/v0.11.2...v0.11.3
This commit is contained in:
Janik H 2023-08-16 16:40:47 +02:00
parent 574f569575
commit 34d324ea44
No known key found for this signature in database

View File

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