ferretdb: 1.5.0 -> 1.6.0 (#243986)

authored by Julien Malka and committed by GitHub 14ef6934 8fbe8379

+3 -3
+3 -3
pkgs/servers/nosql/ferretdb/default.nix
··· 5 6 buildGoModule rec { 7 pname = "ferretdb"; 8 - version = "1.5.0"; 9 10 src = fetchFromGitHub { 11 owner = "FerretDB"; 12 repo = "FerretDB"; 13 rev = "v${version}"; 14 - hash = "sha256-PBxpb6lXLtOM9nxw2rNlMoevyWbmuTZMIjzr4y3UCMc="; 15 }; 16 17 postPatch = '' ··· 19 echo nixpkgs > build/version/package.txt 20 ''; 21 22 - vendorSha256 = "sha256-AsjKqlUwP+IgTErsGhBrELhVHMJ88twU3U4E9U/rP24="; 23 24 CGO_ENABLED = 0; 25
··· 5 6 buildGoModule rec { 7 pname = "ferretdb"; 8 + version = "1.6.0"; 9 10 src = fetchFromGitHub { 11 owner = "FerretDB"; 12 repo = "FerretDB"; 13 rev = "v${version}"; 14 + hash = "sha256-HRU2s+i6Be0gRsU7kNfloouBLbgZtnn6OiXYaeUYtiQ="; 15 }; 16 17 postPatch = '' ··· 19 echo nixpkgs > build/version/package.txt 20 ''; 21 22 + vendorSha256 = "sha256-mkUV8CGVCfGetkU1DO1F6c17C4xFVEVWxQkYMmfo2cM="; 23 24 CGO_ENABLED = 0; 25