mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
reproxy: 0.11.0 -> 1.0.0
This commit is contained in:
parent
f04dbdd29e
commit
626292547c
@ -2,13 +2,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "reproxy";
|
||||
version = "0.11.0";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "umputun";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-3kpGeG60WSpcIqVLw437gkDT8XLsDyhGL8/sEnhTgBw=";
|
||||
hash = "sha256-ac4fOOMht2WGlrXLN95NEIA8ivqghhVuxHnBumvajx0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -25,7 +25,7 @@ buildGoModule rec {
|
||||
--replace "TestFile_Events_BusyListener" "SkipFile_Events_BusyListener"
|
||||
'';
|
||||
|
||||
vendorSha256 = null;
|
||||
vendorHash = null;
|
||||
|
||||
ldflags = [
|
||||
"-s" "-w" "-X main.revision=${version}"
|
||||
|
Loading…
Reference in New Issue
Block a user