mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
update to 1.8.0
This commit is contained in:
parent
c3031d3cd7
commit
d6b58dc2f9
1 changed files with 3 additions and 3 deletions
|
@ -9,13 +9,13 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "distrobox";
|
pname = "distrobox";
|
||||||
version = "1.7.2.1";
|
version = "1.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "89luca89";
|
owner = "89luca89";
|
||||||
repo = "distrobox";
|
repo = "distrobox";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-H2jeKs0h4ZAcP33HB5jptlubq62cwnjPK2wSlEIfFWA=";
|
hash = "sha256-e9oSTk+UlkrkRSipqjjMqwtxEvEZffVBmlSTmsIT7cU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
@ -28,7 +28,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
# https://github.com/89luca89/distrobox/issues/408
|
# https://github.com/89luca89/distrobox/issues/408
|
||||||
substituteInPlace ./distrobox-generate-entry \
|
substituteInPlace ./distrobox-generate-entry \
|
||||||
--replace-fail 'icon_default="''${HOME}/.local' "icon_default=\"$out"
|
--replace-fail 'icon_default="''${XDG_DATA_HOME:-''${HOME}/.local/share}' "icon_default=\"$out"
|
||||||
./install -P $out
|
./install -P $out
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
|
|
Loading…
Reference in a new issue