Merge pull request #117169 from r-ryantm/auto-update/calamares

authored by Artturi and committed by GitHub f0d3d788 7844ff7a

+2 -2
+2 -2
pkgs/tools/misc/calamares/default.nix
··· 6 6 7 7 mkDerivation rec { 8 8 pname = "calamares"; 9 - version = "3.2.36"; 9 + version = "3.2.39"; 10 10 11 11 # release including submodule 12 12 src = fetchurl { 13 13 url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz"; 14 - sha256 = "sha256-pgA0mRglIBObNNUQIozNy6EvJQSmHRF+kN4EjqL4tt4="; 14 + sha256 = "sha256-QGdy49RndRIBR3B+Z7iXbFyx5gxXO2GHNYc+iv0z47w="; 15 15 }; 16 16 17 17 nativeBuildInputs = [ cmake extra-cmake-modules ];