tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
stgit: 2.5.3 -> 2.5.4
R. Ryantm
5 months ago
975ecf5f
08b92281
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
st
stgit
package.nix
+3
-3
pkgs/by-name/st/stgit/package.nix
···
19
20
rustPlatform.buildRustPackage rec {
21
pname = "stgit";
22
-
version = "2.5.3";
23
24
src = fetchFromGitHub {
25
owner = "stacked-git";
26
repo = "stgit";
27
rev = "v${version}";
28
-
hash = "sha256-YrJf4uNICPmXpuJvf0QRDHpODw39Q+40SLZuoIwZ5qA=";
29
};
30
31
-
cargoHash = "sha256-Y3969dpfbKJR22yjw5MHsG3+EJyui0bQFQ585wLzXUk=";
32
33
nativeBuildInputs = [
34
pkg-config
···
19
20
rustPlatform.buildRustPackage rec {
21
pname = "stgit";
22
+
version = "2.5.4";
23
24
src = fetchFromGitHub {
25
owner = "stacked-git";
26
repo = "stgit";
27
rev = "v${version}";
28
+
hash = "sha256-Tsh2VKnJUwxsrsSOKxJwcFIY8UZ9F7Ebi9lwe03fJZs=";
29
};
30
31
+
cargoHash = "sha256-RiPLBK7CiotCduaYYbS3vkb9ezNwfbbx+QC4DGd3diU=";
32
33
nativeBuildInputs = [
34
pkg-config