lol

seehecht: 3.0.2 -> 3.0.3

+3 -3
+3 -3
pkgs/tools/text/seehecht/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "seehecht"; 5 - version = "3.0.2"; 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 - sha256 = "sha256-x5zZEDaBmWpyvY+sKuiK4L+hc85prxCueWYUNMi9ty0="; 12 + sha256 = "sha256-KIxK0JYfq/1Bn4LOn+LzWPBUvGYMvOEuqS7GMpDRvW0="; 13 13 }; 14 14 15 - cargoSha256 = "sha256-mWGmMtUYeM97SM+/jtOzkAe1usuZT4yOI6PAbiGKe7M="; 15 + cargoSha256 = "sha256-AeVUVF4SBS9FG0iezLBKUm4Uk1PPRXPTON93evgL9IA="; 16 16 17 17 postInstall = '' 18 18 ln -s $out/bin/seh $out/bin/seehecht