1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

xorriso: update hash

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
This commit is contained in:
Mikael Fangel 2023-12-05 22:38:10 +01:00
parent b1cea2ed03
commit 2c982e89c5
No known key found for this signature in database
GPG key ID: 306DE4426F0B77C3

View file

@ -12,11 +12,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xorriso";
version = "1.5.7";
version = "1.5.7-unstable-2023-12-06";
src = fetchurl {
url = "https://www.gnu.org/software/xorriso/xorriso-${finalAttrs.version}.tar.gz";
hash = "sha256-hnV3w4f2tKmjIk60Qd7Y+xY432y8Bg+NGh5dAPMY9QI=";
url = "https://web.archive.org/web/20231206123448/https://www.gnu.org/software/xorriso/xorriso-1.5.7.tar.gz";
hash = "sha256-B7lV3n3e1aF7yJsLxwi8C8m3sBmUUePpCV9KfWRuTm0=";
};
buildInputs = [