3
0
Fork 0
forked from mirrors/nixpkgs

bemenu: 0.6.14 -> 0.6.15

This commit is contained in:
Dilip 2023-05-18 14:31:57 +05:30
parent 1323df1ade
commit 4d4d5e4c67

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;