Skip to content

Commit 3c955f1

Browse files
authored
satty: 0.20.0 -> 0.20.1 (NixOS#487660)
2 parents 959b1d6 + 3acc293 commit 3c955f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/sa/satty/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
rustPlatform.buildRustPackage rec {
1818

1919
pname = "satty";
20-
version = "0.20.0";
20+
version = "0.20.1";
2121

2222
src = fetchFromGitHub {
2323
owner = "gabm";
2424
repo = "Satty";
2525
rev = "v${version}";
26-
hash = "sha256-4RVah6yo4cJyE6qUbDJbcmFpi7xsKNpHJFrzSs1yJcg=";
26+
hash = "sha256-pR3Mc5Eue4YcIMcrzkyDhZPpovRFa8TW1PjL/ysH/7s=";
2727
};
2828

29-
cargoHash = "sha256-RPj6ZVtDWPMt4jrmU750b7zLVHwqk+SWr2OskDAQFYI=";
29+
cargoHash = "sha256-/WewpLpBmD4XnjwY7NmzbglYGNKmgMLjg1pvUdqEIwo=";
3030

3131
nativeBuildInputs = [
3232
copyDesktopItems

0 commit comments

Comments
 (0)