mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
iscc: 6.2.2 -> 6.4.1
The latest 6.4.2 is not supported by the innoextract.
This commit is contained in:
parent
f2244d88ec
commit
8ad15bf85b
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "6.2.2";
|
||||
version = "6.4.1";
|
||||
majorVersion = builtins.substring 0 1 version;
|
||||
in
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
|
|
@ -16,7 +16,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
inherit version;
|
||||
src = fetchurl {
|
||||
url = "https://files.jrsoftware.org/is/${majorVersion}/innosetup-${version}.exe";
|
||||
hash = "sha256-gRfRDQCirTOhOQl46jhyhhwzDgh5FEEKY3eyLExbhWM=";
|
||||
hash = "sha256-9Bdg4fGuFdIIm7arFi4hcguSrnUG7XBmezkgAGPWjjQ=";
|
||||
};
|
||||
nativeBuildInputs = [
|
||||
innoextract
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue