tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
incus-ui-canonical: 0.18.1 -> 0.18.2
Adam C. Stephens
5 months ago
3a1b9125
b0896b88
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
in
incus-ui-canonical
package.nix
+2
-2
pkgs/by-name/in/incus-ui-canonical/package.nix
···
20
20
in
21
21
stdenv.mkDerivation rec {
22
22
pname = "incus-ui-canonical";
23
23
-
version = "0.18.1";
23
23
+
version = "0.18.2";
24
24
25
25
src = fetchFromGitHub {
26
26
owner = "zabbly";
27
27
repo = "incus-ui-canonical";
28
28
# only use tags prefixed by incus- they are the tested fork versions
29
29
tag = "incus-${version}";
30
30
-
hash = "sha256-D3k9LJZIj4EmE79X5u7MITEKhcQKpL0Eslm4FQTaHg4=";
30
30
+
hash = "sha256-MVhyKV3NGeChsLnoKw7mC9bAQRQ9Rpg8cIWkelNFXeg=";
31
31
};
32
32
33
33
offlineCache = fetchYarnDeps {