Merge pull request #298709 from r-ryantm/auto-update/nwg-drawer

nwg-drawer: 0.4.5 -> 0.4.7
This commit is contained in:
Pol Dellaiera 2024-03-24 22:54:02 +01:00 committed by GitHub
commit be22344ede
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -12,16 +12,16 @@
let
pname = "nwg-drawer";
version = "0.4.5";
version = "0.4.7";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-drawer";
rev = "v${version}";
hash = "sha256-TtCn93AyCSa0AlwwbtTdHwwteGbhaFL5OCohGOxn4Bg=";
hash = "sha256-rBb2ArjllCBO2+9hx3f/c+uUQD1nCZzzfQGz1Wovy/0=";
};
vendorHash = "sha256-w27zoC0BwTkiKyGVfNWG0k4tyTm5IIAthKqOyIMYBZQ=";
vendorHash = "sha256-L8gdJd5cPfQrcSXLxFx6BAVWOXC8HRuk5fFQ7MsKpIc=";
in
buildGoModule {
inherit pname version src vendorHash;