Unverified Commit 2e6d175e authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

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

dmtx-utils: 0.7.6 -> 0.7.6-unstable-2023-09-21
parents b46cd6cf b77dcf46
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];