mmixware: 1.0-unstable-2021-06-18 -> 1.0-unstable-2025-06-30

This commit is contained in:
Brian Leung
2026-03-27 21:57:12 -07:00
parent 607c128ed1
commit 06f96ff02c
+3 -3
View File
@@ -7,14 +7,14 @@
stdenv.mkDerivation {
pname = "mmixware";
version = "1.0-unstable-2021-06-18";
version = "1.0-unstable-2025-06-30";
src = fetchFromGitLab {
domain = "gitlab.lrz.de";
owner = "mmix";
repo = "mmixware";
rev = "7c790176d50d13ae2422fa7457ccc4c2d29eba9b";
sha256 = "sha256-eSwHiJ5SP/Nennalv4QFTgVnM6oan/DWDZRqtk0o6Z0=";
rev = "9205420225f4227462e37e298ee482a5c37e9c23";
sha256 = "sha256-u6eGc+R9xsr4sMslj1ytgSUY54qSOONEc3QtbY2r+8A=";
};
hardeningDisable = [ "format" ];