tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gex: bump version of libgit2
Audrey Dutcher
1 year ago
6b2fda72
3a051e39
+6
-6
2 changed files
expand all
collapse all
unified
split
pkgs
by-name
ge
gex
package.nix
patch-libgit2.patch
+1
-1
pkgs/by-name/ge/gex/package.nix
···
41
41
];
42
42
43
43
useFetchCargoVendor = true;
44
44
-
cargoHash = "sha256-LCmc0yYuy51r2wHEzsJMfssCElG1AbnLLWYYnbk0Ddw=";
44
44
+
cargoHash = "sha256-4ejtMCuJOwT5bJQZaPQ1OjrB5O70we77yEXk9RmhywE=";
45
45
46
46
meta = with lib; {
47
47
description = "Git Explorer: cross-platform git workflow improvement tool inspired by Magit";
+5
-5
pkgs/by-name/ge/gex/patch-libgit2.patch
···
17
17
[[package]]
18
18
name = "git2"
19
19
-version = "0.18.1"
20
20
-
+version = "0.19.0"
20
20
+
+version = "0.20.0"
21
21
source = "registry+https://github.com/rust-lang/crates.io-index"
22
22
-checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd"
23
23
-
+checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
23
23
+
+checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff"
24
24
dependencies = [
25
25
"bitflags 2.3.3",
26
26
"libc",
···
29
29
[[package]]
30
30
name = "libgit2-sys"
31
31
-version = "0.16.1+1.7.1"
32
32
-
+version = "0.17.0+1.8.1"
32
32
+
+version = "0.18.0+1.9.0"
33
33
source = "registry+https://github.com/rust-lang/crates.io-index"
34
34
-checksum = "f2a2bb3680b094add03bb3732ec520ece34da31a8cd2d633d1389d0f0fb60d0c"
35
35
-
+checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
35
35
+
+checksum = "e1a117465e7e1597e8febea8bb0c410f1c7fb93b1e1cddf34363f8390367ffec"
36
36
dependencies = [
37
37
"cc",
38
38
"libc",
···
45
45
crossterm = { version = "0.27.0", features = ["serde"] }
46
46
dirs = "5.0.1"
47
47
-git2 = { version = "0.18.1", default-features = false }
48
48
-
+git2 = { version = "0.19.0", default-features = false }
48
48
+
+git2 = { version = "0.20.0", default-features = false }
49
49
itertools = "0.11.0"
50
50
nom = "7.1.3"
51
51
paste = "1.0.14"