1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

goflow: 3.4.4 -> 3.4.5

This commit is contained in:
R. Ryantm 2024-02-24 15:05:46 +00:00
parent 8db50d6f20
commit 8954416894

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "goflow";
version = "3.4.4";
version = "3.4.5";
src = fetchFromGitHub {
owner = "cloudflare";
repo = pname;
rev = "v${version}";
sha256 = "sha256-nMWAvvJj1S5W4ItOT212bn9CPG5Lpdd+k8ciwGmeu0w=";
sha256 = "sha256-2tQADlAajuiNtygdu2SCu2EF3NAuloQL0ROBMUZudZU=";
};
vendorHash = "sha256-fOlfVI8v7KqNSRhAPlZBSHKfZRlCbCgjnMV/6bsqDhg=";