1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

dyalog: 19.0.49960 -> 19.0.50027 (#341056)

This commit is contained in:
h7x4 2024-09-19 20:33:11 +02:00 committed by GitHub
commit e93bc4c318
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,14 +51,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "dyalog";
version = "19.0.49960";
version = "19.0.50027";
shortVersion = lib.versions.majorMinor finalAttrs.version;
src =
assert !acceptLicense -> throw licenseDisclaimer;
fetchurl {
url = "https://download.dyalog.com/download.php?file=${finalAttrs.shortVersion}/linux_64_${finalAttrs.version}_unicode.x86_64.deb";
hash = "sha256-WeIrwF6msiQGS6ltYWn6TN+v+aXK1cbJ1e11B6f0+2A=";
hash = "sha256-3uB102Hr0dmqAZj2ezLhsAdBotY24PWJfE7g5wSmKMA=";
};
outputs = [ "out" ] ++ lib.optional enableDocs "doc";