rofi-systemd: 0.1.0 -> 0.1.1

This commit is contained in:
Ivan Malison 2020-12-03 18:24:40 -08:00
parent 8caeede65a
commit 1d9e29e40d
No known key found for this signature in database
GPG key ID: 62530EFBE99DC2F8

View file

@ -1,15 +1,15 @@
{ stdenv, fetchFromGitHub, rofi, systemd, coreutils, util-linux, gawk, makeWrapper
{ stdenv, fetchFromGitHub, rofi, systemd, coreutils, util-linux, gawk, makeWrapper, jq
}:
stdenv.mkDerivation rec {
pname = "rofi-systemd";
version = "0.1.0";
version = "0.1.1";
src = fetchFromGitHub {
owner = "IvanMalison";
repo = "rofi-systemd";
rev = "v${version}";
sha256 = "1dbygq3qaj1f73hh3njdnmibq7vi6zbyzdc6c0j989c0r1ksv0zi";
sha256 = "0lgffb6rk1kf91j4j303lzpx8w2g9zy2gk99p8g8pk62a30c5asm";
};
buildInputs = [ makeWrapper ];
@ -22,11 +22,12 @@ stdenv.mkDerivation rec {
'';
wrapperPath = with stdenv.lib; makeBinPath [
rofi
coreutils
util-linux
gawk
jq
rofi
systemd
util-linux
];
fixupPhase = ''