ms-sys: 2.7.0 -> 2.8.0 (#411263)

This commit is contained in:
Wolfgang Walther 2025-06-01 13:01:55 +00:00 committed by GitHub
commit 27abba6249
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ms-sys";
version = "2.7.0";
version = "2.8.0";
src = fetchurl {
url = "mirror://sourceforge/ms-sys/ms-sys-${finalAttrs.version}.tar.gz";
hash = "sha256-a4Rs9BwX/nhGfLbNzqQapWvzwhHIKLfFaehJYszQ9RQ=";
hash = "sha256-qQLuPr0MtwOO0HfjqoqMgzWmxHL1BW1+CK8z1+eD8Vc=";
};
nativeBuildInputs = [ gettext ];