tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
sanctity: 1.2.1 -> 1.3.1
R. Ryantm
3 years ago
1104c057
ec9cb321
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
sanctity
default.nix
+3
-3
pkgs/tools/misc/sanctity/default.nix
···
2
2
3
3
rustPlatform.buildRustPackage rec {
4
4
pname = "sanctity";
5
5
-
version = "1.2.1";
5
5
+
version = "1.3.1";
6
6
7
7
src = fetchFromGitea {
8
8
domain = "codeberg.org";
9
9
owner = "annaaurora";
10
10
repo = pname;
11
11
rev = "v${version}";
12
12
-
sha256 = "sha256-rK4em0maJQS50zPfnuFSxRoXUuFCaw9ZOfmgf70Sdac=";
12
12
+
sha256 = "sha256-y6xj4A5SHcW747aFE9TfuurNnuUxjTUeKJmzxeiWqVc=";
13
13
};
14
14
15
15
-
cargoSha256 = "sha256-IQp/sSVgKY1j6N+UcifEi74dg/PkZJoeqLekeLc/vMU=";
15
15
+
cargoSha256 = "sha256-co58YBeFjP9DKzxDegQI7txuJ1smqJxdlRLae+Ppwh0=";
16
16
17
17
meta = with lib; {
18
18
description = "Test the 16 terminal colors in all combinations";