qmidinet: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm
2026-06-04 13:16:40 +00:00
parent 4346a1cb8f
commit b2650b265a

View File

@@ -10,12 +10,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.0.1";
version = "1.0.2";
pname = "qmidinet";
src = fetchurl {
url = "mirror://sourceforge/qmidinet/qmidinet-${finalAttrs.version}.tar.gz";
hash = "sha256-9V1KXK6LAYxM+kei14pof93hZQUDs7/ywRaSz6pwyyk=";
hash = "sha256-gBAaK32rabujVsCIOJcNZluaKpFz1KjICcRbKgvmXaQ=";
};
hardeningDisable = [ "format" ];