qdmr: 0.13.1 -> 0.13.2 (#466713)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-01 20:15:42 +00:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@ in
stdenv.mkDerivation rec {
pname = "qdmr";
version = "0.13.1";
version = "0.13.2";
src = fetchFromGitHub {
owner = "hmatuschek";
repo = "qdmr";
rev = "v${version}";
hash = "sha256-Vz7di9VwrvtSCea3pipSCEw9pHfRv9lJn9jKzboyh6E=";
hash = "sha256-aSnp4bC9tl9qIQ65RLMiPAEJg49S/U39TnSmLJ9Tcpc=";
};
nativeBuildInputs = [