libspectrum: 1.5.0 -> 1.6.0

This commit is contained in:
R. Ryantm
2026-03-25 00:28:58 +00:00
parent ce031847d1
commit c032a9c561
+2 -2
View File
@@ -13,11 +13,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libspectrum";
version = "1.5.0";
version = "1.6.0";
src = fetchurl {
url = "mirror://sourceforge/fuse-emulator/libspectrum-${finalAttrs.version}.tar.gz";
sha256 = "sha256-o1PLRumxooEGHYFjU+oBDQpv545qF6oLe3QnHKXkrPw=";
sha256 = "sha256-rH7jqYEQjk85hikTe4Cd6L4w5qbglFNryNLhQxPMwKo=";
};
nativeBuildInputs = [