Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

msitools: 0.102 -> 0.103

+2 -2
+2 -2
pkgs/development/tools/misc/msitools/default.nix
··· 18 18 19 19 stdenv.mkDerivation rec { 20 20 pname = "msitools"; 21 - version = "0.102"; 21 + version = "0.103"; 22 22 23 23 src = fetchurl { 24 24 url = "mirror://gnome/sources/msitools/${lib.versions.majorMinor version}/msitools-${version}.tar.xz"; 25 - hash = "sha256-+khaQhOX71/gLfWrk/ztkav2hXMPQPlMcVe0MNJKNJg="; 25 + hash = "sha256-0XYi7rvzf6TAm1m+C8jbCLJr4wCmcxx02h684mK86Dk="; 26 26 }; 27 27 28 28 nativeBuildInputs = [