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

dar: 2.7.6 -> 2.7.7
This commit is contained in:
Sebastián Mancilla 2022-08-17 10:49:41 -04:00 committed by GitHub
commit 291ef418cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,12 +9,12 @@
with lib; with lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.7.6"; version = "2.7.7";
pname = "dar"; pname = "dar";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/dar/${pname}-${version}.tar.gz"; url = "mirror://sourceforge/dar/${pname}-${version}.tar.gz";
sha256 = "sha256-PV5ESJE1B2gQnX6QUeJgOb3rkG3jApTn4NcRBbh9bao="; sha256 = "sha256-wD4vUu/WWi8Ee2C77aJGDLUlFl4b4y8RC2Dgzs4/LMk=";
}; };
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];