Merge pull request #263858 from r-ryantm/auto-update/nwg-bar

nwg-bar: 0.1.3 -> 0.1.4

authored by

Nick Cao and committed by
GitHub
58717dc6 4425bc03

+3 -3
+3 -3
pkgs/applications/misc/nwg-bar/default.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "nwg-bar"; 12 - version = "0.1.3"; 12 + version = "0.1.4"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "nwg-piotr"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-/GkusNhHprXwGMNDruEEuFC2ULVIHBN5F00GNex/uq4="; 18 + sha256 = "sha256-kqLQwqZ2RPSKNdw1yzKUfqSe8hQcJe/6/8UzTT/Gz/8="; 19 19 }; 20 20 21 21 patches = [ ./fix-paths.patch ]; ··· 24 24 substituteInPlace tools.go --subst-var out 25 25 ''; 26 26 27 - vendorHash = "sha256-mqcXhnja8ed7vXIqOKBsNrcbrcaycTQXG1jqdc6zcyI="; 27 + vendorHash = "sha256-vdDlPsjfHl7w1ufosLYquHAKOvkolNBr04bt+OQBlFE="; 28 28 29 29 nativeBuildInputs = [ pkg-config wrapGAppsHook ]; 30 30