Skip to content

Commit 914cc52

Browse files
authoredMar 24, 2025
dar: 2.7.16 -> 2.7.17 (#392237)
2 parents 23734fd + 78ddc82 commit 914cc52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/backup/dar/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
}:
2323

2424
stdenv.mkDerivation rec {
25-
version = "2.7.16";
25+
version = "2.7.17";
2626
pname = "dar";
2727

2828
src = fetchzip {
2929
url = "mirror://sourceforge/dar/${pname}-${version}.tar.gz";
30-
sha256 = "sha256-U1SjboFx1KJs3Ve62cQRj4kkURTUGZmQD077WzldkD0=";
30+
sha256 = "sha256-mX99mMiYJ3EDhb96fEMR/E5rnhLe1Ds/21o4EhOVgVo=";
3131
};
3232

3333
outputs = [ "out" "dev" ];

0 commit comments

Comments
 (0)
Failed to load comments.