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