mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
kool: 2.1.0 -> 2.1.1
Diff: https://github.com/kool-dev/kool/compare/2.1.0...2.1.1 Changelog: https://github.com/kool-dev/kool/releases/tag/2.1.1
This commit is contained in:
parent
ea6e5c0730
commit
efa532e530
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "kool";
|
pname = "kool";
|
||||||
version = "2.1.0";
|
version = "2.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kool-dev";
|
owner = "kool-dev";
|
||||||
repo = "kool";
|
repo = "kool";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-dMmokaFPzunpCdkJFVc3422SEKZNIOi8nzRB99Gi5Tg=";
|
hash = "sha256-Gtw+47EQVPxiW9xjY/cWlE4aJ1aYYhpvsVQzt0EnI8I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-8t+OZB9jrlOVHLURPmtz0ent6COEOVMFfObe2LH1jRM=";
|
vendorHash = "sha256-8t+OZB9jrlOVHLURPmtz0ent6COEOVMFfObe2LH1jRM=";
|
||||||
|
Loading…
Reference in New Issue
Block a user