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

dar: 2.7.9 -> 2.7.10
This commit is contained in:
Nick Cao 2023-07-05 19:16:29 +08:00 committed by GitHub
commit bb8cc154cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,12 +29,12 @@ let
in
stdenv.mkDerivation rec {
version = "2.7.9";
version = "2.7.10";
pname = "dar";
src = fetchzip {
url = "mirror://sourceforge/dar/${pname}-${version}.tar.gz";
sha256 = "sha256-q5ZfX0bybyvJ0NjrJQ2/+o0n7dBLGxdIDevls3xOQMg=";
sha256 = "sha256-cvEeV4e19gVgz5vctQUgA4Atj37dgFg3iH789DWtVZU=";
};
outputs = [ "out" "dev" ];