Merge pull request #248791 from r-ryantm/auto-update/zimfw

zimfw: 1.11.3 -> 1.12.0

authored by

Weijia Wang and committed by
GitHub
6f18fdc3 cf84b870

+2 -2
+2 -2
pkgs/shells/zsh/zimfw/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "zimfw"; 5 - version = "1.11.3"; 5 + version = "1.12.0"; 6 6 src = fetchFromGitHub { 7 7 owner = "zimfw"; 8 8 repo = "zimfw"; 9 9 rev = "v${version}"; 10 10 ## zim only needs this one file to be installed. 11 11 sparseCheckout = [ "zimfw.zsh" ]; 12 - sha256 = "sha256-q3OSypjqAc+ul0kF6f3u+wnFyNEm4AKwyPBwQzlVzYU="; 12 + sha256 = "sha256-PwfPiga4KcOrkkObIu3RCUmO2ExoDQkbQx7S+Yncy6k="; 13 13 }; 14 14 strictDeps = true; 15 15 dontConfigure = true;