Commit c1e93aee authored by R. RyanTM's avatar R. RyanTM
Browse files

rofi-unwrapped: 1.7.7 -> 1.7.8

parent 3ab4abae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@

stdenv.mkDerivation rec {
  pname = "rofi-unwrapped";
  version = "1.7.7";
  version = "1.7.8";

  src = fetchFromGitHub {
    owner = "davatorium";
    repo = "rofi";
    rev = version;
    fetchSubmodules = true;
    hash = "sha256-2rPEn+XotijqLYo2EcoiJbgdbRk4SCQ+D4jZ1gwpCQw=";
    hash = "sha256-TEn3LoTUc5mxYcVkckIFTfkqQ9cUJxkXyg/5TFv5TZ0=";
  };

  preConfigure = ''