birdwatcher: 2.2.4 -> 2.2.5
Diff: https://github.com/alice-lg/birdwatcher/compare/2.2.4...2.2.5 Changelog: https://github.com/alice-lg/birdwatcher/blob/master/CHANGELOG
This commit is contained in:
parent
ec79a038c4
commit
47b708cb2b
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "birdwatcher";
|
pname = "birdwatcher";
|
||||||
version = "2.2.4";
|
version = "2.2.5";
|
||||||
|
|
||||||
vendorHash = "sha256-NTD2pnA/GeTn4tXtIFJ227qjRtvBFCjWYZv59Rumc74=";
|
vendorHash = "sha256-NTD2pnA/GeTn4tXtIFJ227qjRtvBFCjWYZv59Rumc74=";
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ buildGoModule rec {
|
||||||
owner = "alice-lg";
|
owner = "alice-lg";
|
||||||
repo = "birdwatcher";
|
repo = "birdwatcher";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-nsmwq7aUcozpp3av38S9wTKv0kiGfmyglQgse9MWSl4=";
|
hash = "sha256-TTU5TYWD/KSh/orDdQnNrQJ/G7z5suBu7psF9V6AAIw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
deleteVendor = true;
|
deleteVendor = true;
|
||||||
|
|
Loading…
Reference in a new issue