mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
schedctl: 1.2.1 -> 1.3.0
This commit is contained in:
@@ -10,17 +10,17 @@
|
||||
}:
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "schedctl";
|
||||
version = "1.2.1";
|
||||
version = "1.3.0";
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "schedkit";
|
||||
repo = "schedctl";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-5LxD4420WCdHWcz7Yb0JV+ar4gSf/xsbkeHLPdLV1eY=";
|
||||
hash = "sha256-59m9hJjB2f6s+a4IgjppXRLpwXKEuXimiCl2Av6WXJ4=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-LMYJlvUmGejHk/AA/k2WwoI2Gtw3rNYgsklUcK+cB40=";
|
||||
vendorHash = "sha256-ZjHa6frReZHnmnszEwO9SdGlWph1Fo5GxWC3UMCbs0Q=";
|
||||
proxyVendor = true;
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
Reference in New Issue
Block a user