Merge pull request #232579 from idlip/bemenu-bump

bemenu: 0.6.14 -> 0.6.15
This commit is contained in:
figsoda 2023-05-18 09:03:37 -04:00 committed by GitHub
commit 3e389096e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "bemenu";
version = "0.6.14";
version = "0.6.15";
src = fetchFromGitHub {
owner = "Cloudef";
repo = pname;
rev = version;
sha256 = "sha256-bMnnuT+LNNKphmvVcD1aaNZxasSGOEcAveC4stCieG8=";
sha256 = "sha256-gdeNaqtxqxBtG9bkxozPE/DLQgLqCt1vh2A2WmgNn7w=";
};
strictDeps = true;