Merge pull request #231978 from jocelynthode/update-rofi-power-menu

rofi-power-menu: 3.0.2 -> 3.1.0
This commit is contained in:
figsoda 2023-05-15 09:49:56 -04:00 committed by GitHub
commit 7e5192590b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "rofi-power-menu";
version = "3.0.2";
version = "3.1.0";
src = fetchFromGitHub {
owner = "jluttine";
repo = "rofi-power-menu";
rev = version;
sha256 = "sha256-Bkc87BXSnAR517wCkyOAfoACYx/5xprDGJQhLWGUNns=";
sha256 = "sha256-VPCfmCTr6ADNT7MW4jiqLI/lvTjlAu1QrCAugiD0toU=";
};
installPhase = ''