bicep: 0.34.1 -> 0.34.44 (#394244)

authored by

Austin Horstman and committed by
GitHub
5dab1e63 3c5fe2b3

+2 -2
+2 -2
pkgs/by-name/bi/bicep/package.nix
··· 10 10 11 11 buildDotnetModule rec { 12 12 pname = "bicep"; 13 - version = "0.34.1"; 13 + version = "0.34.44"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "Azure"; 17 17 repo = "bicep"; 18 18 rev = "v${version}"; 19 - hash = "sha256-8ob4UISiqyhgBeQxRb6iLporsIVCq5c/7Yb2wvUW1ZQ="; 19 + hash = "sha256-vyPRLPTvQkwN7unlIHs6DvpjXnXyW1PDtH9hhIOgN1A="; 20 20 }; 21 21 22 22 patches = [