nar-serve: 0.3.0 -> 0.4.0

This commit is contained in:
zimbatm 2021-07-16 14:31:23 +02:00
parent 2bd1e823a9
commit 22b642f457
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -1,24 +1,19 @@
{ buildGoModule
, fetchFromGitHub
, lib
}:
let
pname = "nar-serve";
version = "0.3.0";
in
buildGoModule rec {
inherit pname version;
pname = "nar-serve";
version = "0.4.0";
src = fetchFromGitHub {
owner = "numtide";
repo = "nar-serve";
rev = "v${version}";
sha256 = "000xxrar5ngrqqfi7ynx84i6wi27mirgm26brhyg0y4pygc9ykhz";
hash = "sha256-h/pzKRXgcGTpr1YUKppDa+iTLKak/PGhbYa8ZczWj1U=";
};
vendorSha256 = "0qkzbr85wkx3r7qgnzg9pdl7vsli10bzcdbj2gqd1kdzwb8khszs";
vendorSha256 = "sha256-eW+cul/5qJocpKV/6azxj7HTmkezDw6dNubPtAOP5HU=";
doCheck = false;