msitools: 0.103 → 0.106

https://gitlab.gnome.org/GNOME/msitools/-/compare/v0.103...v0.106

Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk>
This commit is contained in:
Joel Holdsworth
2025-03-20 10:46:28 -07:00
parent d55697c370
commit 3f48f5d986
+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 = [