mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
oneshot: 2.0.1 -> 2.0.2
This commit is contained in:
parent
60cc8055eb
commit
bb7577a307
@ -2,16 +2,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "oneshot";
|
||||
version = "2.0.1";
|
||||
version = "2.0.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "forestnode-io";
|
||||
repo = "oneshot";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-QReh8wdFeiCAv+XMz4cADNn9QcxlvewFJJuJ+OH7Lgc=";
|
||||
hash = "sha256-aIbKXBJNcBbYJRzETT0mkaqTRo+/8o6z882G21V74rg=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-z6eOPugSwWEK02lgRu5Oo8LzjXnJlAtQvkzdevjBTVs=";
|
||||
vendorHash = "sha256-TktSQMIHYXF9eyY6jyfE31WLXEq7VZU3qnVIMGjMMcA=";
|
||||
|
||||
subPackages = [ "cmd" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user