tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linyaps: 1.9.12 -> 1.9.13
R. Ryantm
4 months ago
417c440d
8d16f813
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
li
linyaps
package.nix
+2
-2
pkgs/by-name/li/linyaps/package.nix
···
39
39
40
40
stdenv.mkDerivation (finalAttrs: {
41
41
pname = "linyaps";
42
42
-
version = "1.9.12";
42
42
+
version = "1.9.13";
43
43
44
44
src = fetchFromGitHub {
45
45
owner = "OpenAtom-Linyaps";
46
46
repo = finalAttrs.pname;
47
47
tag = finalAttrs.version;
48
48
-
hash = "sha256-BNP/CenPXMuEixEleil9zB08qLn/SZ9Ur/Im4MQy5nE=";
48
48
+
hash = "sha256-sAxHDvhRz7okElk8vdISJt/yrNnCdu95hW3ImHOjiyw=";
49
49
};
50
50
51
51
patches = [