tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
distrobox: 1.7.1 -> 1.7.2.1
John Garcia
2 years ago
b9fcbf99
a534c335
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
virtualization
distrobox
default.nix
+3
-3
pkgs/applications/virtualization/distrobox/default.nix
···
2
3
stdenvNoCC.mkDerivation (finalAttrs: {
4
pname = "distrobox";
5
-
version = "1.7.1";
6
7
src = fetchFromGitHub {
8
owner = "89luca89";
9
repo = "distrobox";
10
rev = finalAttrs.version;
11
-
hash = "sha256-mSka8QyoLjnaVEP23TtyzbPTBHDlnrSomVZdfw4PPng=";
12
};
13
14
dontConfigure = true;
···
21
22
# https://github.com/89luca89/distrobox/issues/408
23
substituteInPlace ./distrobox-generate-entry \
24
-
--replace 'icon_default="''${HOME}/.local' "icon_default=\"$out"
25
./install -P $out
26
27
runHook postInstall
···
2
3
stdenvNoCC.mkDerivation (finalAttrs: {
4
pname = "distrobox";
5
+
version = "1.7.2.1";
6
7
src = fetchFromGitHub {
8
owner = "89luca89";
9
repo = "distrobox";
10
rev = finalAttrs.version;
11
+
hash = "sha256-H2jeKs0h4ZAcP33HB5jptlubq62cwnjPK2wSlEIfFWA=";
12
};
13
14
dontConfigure = true;
···
21
22
# https://github.com/89luca89/distrobox/issues/408
23
substituteInPlace ./distrobox-generate-entry \
24
+
--replace-fail 'icon_default="''${HOME}/.local' "icon_default=\"$out"
25
./install -P $out
26
27
runHook postInstall