Merge pull request #288708 from 7c6f434c/dmtx-utils-switch-to-git

dmtx-utils: 0.7.6 -> 0.7.6-unstable-2023-09-21
This commit is contained in:
7c6f434c
2024-02-14 18:42:46 +00:00
committed by GitHub
+3 -3
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "dmtx-utils";
version = "0.7.6";
version = "0.7.6-unstable-2023-09-21";
src = fetchFromGitHub {
owner = "dmtx";
repo = "dmtx-utils";
rev = "v${version}";
sha256 = "06m3qncqdlcnmw83n95yrx2alaq6bld320ax26z4ndnla41yk0p4";
rev = "057faa00143c152e8e21c29a36137f771614daed";
hash = "sha256-uXzPAv6DappyHBNmsTg6qRUvtUUdP1IPOdDvIcevfco=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];