tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
seehecht: 3.0.2 -> 3.0.3
R. Ryantm
3 years ago
09f3acf1
cb57a28b
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
seehecht
default.nix
+3
-3
pkgs/tools/text/seehecht/default.nix
reviewed
···
2
2
3
3
rustPlatform.buildRustPackage rec {
4
4
pname = "seehecht";
5
5
-
version = "3.0.2";
5
5
+
version = "3.0.3";
6
6
7
7
src = fetchFromGitea {
8
8
domain = "codeberg.org";
9
9
owner = "annaaurora";
10
10
repo = "seehecht";
11
11
rev = "v${version}";
12
12
-
sha256 = "sha256-x5zZEDaBmWpyvY+sKuiK4L+hc85prxCueWYUNMi9ty0=";
12
12
+
sha256 = "sha256-KIxK0JYfq/1Bn4LOn+LzWPBUvGYMvOEuqS7GMpDRvW0=";
13
13
};
14
14
15
15
-
cargoSha256 = "sha256-mWGmMtUYeM97SM+/jtOzkAe1usuZT4yOI6PAbiGKe7M=";
15
15
+
cargoSha256 = "sha256-AeVUVF4SBS9FG0iezLBKUm4Uk1PPRXPTON93evgL9IA=";
16
16
17
17
postInstall = ''
18
18
ln -s $out/bin/seh $out/bin/seehecht