tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sad: 0.4.21 -> 0.4.22
Fabian Affolter
3 years ago
185cf9eb
2a0bc341
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
sad
default.nix
+3
-3
pkgs/tools/text/sad/default.nix
···
5
5
6
6
rustPlatform.buildRustPackage rec {
7
7
pname = "sad";
8
8
-
version = "0.4.21";
8
8
+
version = "0.4.22";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "ms-jpq";
12
12
repo = pname;
13
13
rev = "v${version}";
14
14
-
sha256 = "sha256-kM5jeoFmDOwgnzdSwfPJfZhpBS8RPMNt143S5iYYrF4=";
14
14
+
sha256 = "sha256-v1fXEC+bV561cewH17x+1anhfXstGBOHG5rHvhYIvLo=";
15
15
};
16
16
17
17
-
cargoSha256 = "sha256-JwYUM4o4I3dC1HgG4bkUS1PH4MsxcvwdefjefnEZQFs=";
17
17
+
cargoSha256 = "sha256-krQTa9R3hmMVKLoBgnbCw+aSQu9HUXfA3XflB8AZv6w=";
18
18
19
19
meta = with lib; {
20
20
description = "CLI tool to search and replace";