Merge pull request #186693 from r-ryantm/auto-update/rofi-unwrapped

rofi-unwrapped: 1.7.3 -> 1.7.4
This commit is contained in:
Ryan Mulligan
2022-08-14 13:34:59 -07:00
committed by GitHub
+2 -2
View File
@@ -25,14 +25,14 @@
stdenv.mkDerivation rec {
pname = "rofi-unwrapped";
version = "1.7.3";
version = "1.7.4";
src = fetchFromGitHub {
owner = "davatorium";
repo = "rofi";
rev = version;
fetchSubmodules = true;
sha256 = "sha256-bUedRRmrfdmzNW+2PzJvLbCTIWta2rbQ3CTLRSdJqbs=";
sha256 = "sha256-xAGhwzm+L8/aBJ65zfbnHyZFlg5x0b2s1x1aTC2I5po=";
};
preConfigure = ''