vms-empire: 1.17 -> 1.18 (#348607)

This commit is contained in:
Weijia Wang 2024-11-01 13:30:11 +01:00 committed by GitHub
commit 7148776f86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vms-empire";
version = "1.17";
version = "1.18";
src = fetchurl{
url = "http://www.catb.org/~esr/vms-empire/vms-empire-${finalAttrs.version}.tar.gz";
hash = "sha256-AmHs6ojVcfglvvFvC9JzNWVS2t4Coqg8WwyNCM+sEno=";
hash = "sha256-JWCmrGS4jClSi6MCcGNiq8zUH+92fiqMtk58B+wMKQk=";
};
nativeBuildInputs = [