Merge pull request #169809 from r-ryantm/auto-update/dar

dar: 2.7.4 -> 2.7.5
This commit is contained in:
Ryan Mulligan 2022-04-25 21:21:15 -07:00 committed by GitHub
commit 9cce5121f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,12 +9,12 @@
with lib;
stdenv.mkDerivation rec {
version = "2.7.4";
version = "2.7.5";
pname = "dar";
src = fetchurl {
url = "mirror://sourceforge/dar/${pname}-${version}.tar.gz";
sha256 = "sha256-esti2QXoq+5bic639eG96vZOSJboMVHmD+oRNAI6ic4=";
sha256 = "sha256-lfpJOomadV/oTJsOloH1rYF5Wy3kVr+EBUvqZ+xaCWY=";
};
outputs = [ "out" "dev" ];