Merge pull request #110139 from r-ryantm/auto-update/nwg-launchers

nwg-launchers: 0.4.2 -> 0.4.3
This commit is contained in:
Ryan Mulligan 2021-01-20 06:49:47 -08:00 committed by GitHub
commit 90c35e9c26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "nwg-launchers";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = pname;
rev = "v${version}";
sha256 = "0flp7mwj1pgcwx3k9pzc8pmqlkhbddj0maimdnvlazk87kzxpfd0";
sha256 = "sha256-vuvYL9N9xdg27uhiTe2OqxZ3/n/9EjlqPxtNMXpqpE8=";
};
nativeBuildInputs = [