Merge pull request #115692 from r-ryantm/auto-update/xorriso

xorriso: 1.5.2 -> 1.5.4.pl02
This commit is contained in:
Artturi 2021-08-10 03:10:17 +03:00 committed by GitHub
commit 2e5ba52699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "xorriso-${version}";
version = "1.5.2";
version = "1.5.4.pl02";
src = fetchurl {
url = "mirror://gnu/xorriso/${name}.tar.gz";
sha256 = "1rqpzj95f70jfwpn4lamasfgqpizjsipz12aprdhri777b4zas9v";
sha256 = "sha256-Psc5PUqdy/X3QwnCikFfVSJ+xidwuVrpk6yNejsVKXI=";
};
doCheck = true;