nwg-look: 0.2.5 -> 0.2.6
This commit is contained in:
parent
b969f908a8
commit
2617d44d52
1 changed files with 3 additions and 3 deletions
|
@ -15,16 +15,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "nwg-look";
|
pname = "nwg-look";
|
||||||
version = "0.2.5";
|
version = "0.2.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nwg-piotr";
|
owner = "nwg-piotr";
|
||||||
repo = "nwg-look";
|
repo = "nwg-look";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Gw0C5PCVwXuwXWF39P7pc8KdnmCYRH24zizShmniynM=";
|
hash = "sha256-kOoYhJKt7/BsQ0/RuVhj0bWnX9GU8ET3MSq6NMCOw5E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-vHqnIkzsoQHiP6mmrwNetq6Pp5UB1CmX7mYvgsbvb0s=";
|
vendorHash = "sha256-V0KXK6jxBYI+tixBLq24pJJcnu4gDF6nfyns2IBTss4=";
|
||||||
|
|
||||||
# Replace /usr/ directories with the packages output location
|
# Replace /usr/ directories with the packages output location
|
||||||
# This means it references the correct path
|
# This means it references the correct path
|
||||||
|
|
Loading…
Reference in a new issue