nwg-drawer: 0.4.5 -> 0.4.7

This commit is contained in:
R. Ryantm 2024-03-24 18:55:23 +00:00
parent 0ea4f4d8af
commit 9c16c79d66
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;