seehecht: 3.0.2 -> 3.0.3

This commit is contained in:
R. Ryantm 2022-08-02 00:45:24 +00:00
parent cb57a28b01
commit 09f3acf17d

View file

@ -2,17 +2,17 @@
rustPlatform.buildRustPackage rec {
pname = "seehecht";
version = "3.0.2";
version = "3.0.3";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "annaaurora";
repo = "seehecht";
rev = "v${version}";
sha256 = "sha256-x5zZEDaBmWpyvY+sKuiK4L+hc85prxCueWYUNMi9ty0=";
sha256 = "sha256-KIxK0JYfq/1Bn4LOn+LzWPBUvGYMvOEuqS7GMpDRvW0=";
};
cargoSha256 = "sha256-mWGmMtUYeM97SM+/jtOzkAe1usuZT4yOI6PAbiGKe7M=";
cargoSha256 = "sha256-AeVUVF4SBS9FG0iezLBKUm4Uk1PPRXPTON93evgL9IA=";
postInstall = ''
ln -s $out/bin/seh $out/bin/seehecht