mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
rofi-unwrapped: 1.7.9 -> 1.7.9.1 (#413461)
This commit is contained in:
commit
ad3a85796b
1 changed files with 2 additions and 2 deletions
|
@ -29,14 +29,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rofi-unwrapped";
|
pname = "rofi-unwrapped";
|
||||||
version = "1.7.9";
|
version = "1.7.9.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "davatorium";
|
owner = "davatorium";
|
||||||
repo = "rofi";
|
repo = "rofi";
|
||||||
rev = version;
|
rev = version;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-YI6ShRRBJ9ExkzDnI31YjtI1mWRWPzVRYQvpTAtLTeI=";
|
hash = "sha256-HZMVGlK6ig7kWf/exivoiTe9J/SLgjm7VwRm+KgKN44=";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue