Commit 4d4d5e4c authored by Dilip's avatar Dilip
Browse files

bemenu: 0.6.14 -> 0.6.15

parent 1323df1a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;