dar: 2.7.4 -> 2.7.5

This commit is contained in:
R. Ryantm 2022-04-22 14:53:50 +00:00
parent 165da7245c
commit 8f71270112

@ -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" ];