This commit is contained in:
Miguel Palhas
2024-10-05 11:26:26 +01:00
parent 51c30283ce
commit 87615c56f6
6 changed files with 11 additions and 17 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ stdenvNoCC.mkDerivation {
src = fetchFromGitHub {
owner = "adi1090x";
repo = "rofi";
rev = "master";
hash = "sha256-IPtn0bDIUmSwm24YowURgNrs907RrcfrRM9TdhE2c0I=";
rev = "dce10e9";
hash = "sha256-ZSosFsi/M5Gqb9gsUqS7hu89uOu9078Dus4Y+WCphZc=";
};
buildInputs = [ rofi ];