1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

curlie: 1.7.1 -> 1.7.2

This commit is contained in:
R. Ryantm 2023-10-24 10:28:44 +00:00
parent 6c5458cf32
commit 7b3466e4db

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "curlie";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "rs";
repo = pname;
rev = "v${version}";
hash = "sha256-EHSFr05VXJuOjUnweEJngdnfSUZUF1HsO28ZBSLGlvE=";
hash = "sha256-YOsq3cB+Pn2eC1Dky3fobBRR7GMxcf/tvWr6i3Vq/BE=";
};
patches = [