tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
wl-mirror: 0.18.2 -> 0.18.3
R. Ryantm
5 months ago
b4959fc9
bac4482d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
wl
wl-mirror
package.nix
+2
-2
pkgs/by-name/wl/wl-mirror/package.nix
···
31
31
32
32
stdenv.mkDerivation rec {
33
33
pname = "wl-mirror";
34
34
-
version = "0.18.2";
34
34
+
version = "0.18.3";
35
35
36
36
src = fetchFromGitHub {
37
37
owner = "Ferdi265";
38
38
repo = "wl-mirror";
39
39
rev = "v${version}";
40
40
-
hash = "sha256-1R8jMDPprTeLt98iALC5l1mdW1U2yKGVtncXGatM8Vg=";
40
40
+
hash = "sha256-xj+CZPHeMAisOMB8mYSIc2jAa5iQD5pM+Stccq4gnak=";
41
41
};
42
42
43
43
strictDeps = true;