dar: 2.7.13 -> 2.7.14

This commit is contained in:
R. Ryantm 2024-03-24 00:31:33 +00:00
parent 79863957ca
commit 0e93476a08
1 changed files with 2 additions and 2 deletions

View File

@ -22,12 +22,12 @@
}:
stdenv.mkDerivation rec {
version = "2.7.13";
version = "2.7.14";
pname = "dar";
src = fetchzip {
url = "mirror://sourceforge/dar/${pname}-${version}.tar.gz";
sha256 = "sha256-d88BwbovhbAn72y5pVd4No+hVydXbtZYHZpdtpo4RGY=";
sha256 = "sha256-qesq+Rqo/llvQ7JPqYwLhObwZw2GlhXpYyc6NEA9c4M=";
};
outputs = [ "out" "dev" ];