msitools: 0.103 → 0.106 (#391618)

This commit is contained in:
jopejoe1
2025-03-27 19:53:06 +01:00
committed by GitHub
+2 -2
View File
@@ -19,11 +19,11 @@
stdenv.mkDerivation rec {
pname = "msitools";
version = "0.103";
version = "0.106";
src = fetchurl {
url = "mirror://gnome/sources/msitools/${lib.versions.majorMinor version}/msitools-${version}.tar.xz";
hash = "sha256-0XYi7rvzf6TAm1m+C8jbCLJr4wCmcxx02h684mK86Dk=";
hash = "sha256-HtNCec+AgPFPG48Q5klHQSVJKgiZEufKcOWd+i5aZZs=";
};
nativeBuildInputs = [