mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
joker: 0.9.5 -> 0.9.7 (#46673)
This commit is contained in:
parent
e6cf858408
commit
13b5063a8d
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
name = "joker-${version}";
|
||||
version = "0.9.5";
|
||||
version = "0.9.7";
|
||||
|
||||
goPackagePath = "github.com/candid82/joker";
|
||||
|
||||
|
@ -10,7 +10,7 @@ buildGoPackage rec {
|
|||
rev = "v${version}";
|
||||
owner = "candid82";
|
||||
repo = "joker";
|
||||
sha256 = "1sgxz0z6p92k1rhs5095l952a2db5w9yb2jy6cgglxw2arihxxb7";
|
||||
sha256 = "0fl04xdpqmr5xpd4pvj72gdy3v1fr9z6h3ja7dmkama8fw2x4diz";
|
||||
};
|
||||
|
||||
preBuild = "go generate ./...";
|
||||
|
|
Loading…
Reference in a new issue