about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-02-24 23:44:55 +0100
committerGitHub <noreply@github.com>2024-02-24 23:44:55 +0100
commitcad76969043844bf85d45962da4f85bde99ca4b3 (patch)
tree929eec9fb81805b7292c11c5d8001f36768fe4d5 /pkgs/by-name
parentc8bc14a59b6332d1d9ab61e9885110491c362cf9 (diff)
parent110e8da1a6dcf0fa9fd8ea911530b72b3dfa468a (diff)
Merge pull request #290918 from r-ryantm/auto-update/satty
satty: 0.9.0 -> 0.10.0
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/sa/satty/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/sa/satty/package.nix b/pkgs/by-name/sa/satty/package.nix
index 98f5d92d7ee5a..bcb3e37433df5 100644
--- a/pkgs/by-name/sa/satty/package.nix
+++ b/pkgs/by-name/sa/satty/package.nix
@@ -16,16 +16,16 @@
 rustPlatform.buildRustPackage rec {
 
   pname = "satty";
-  version = "0.9.0";
+  version = "0.10.0";
 
   src = fetchFromGitHub {
     owner = "gabm";
     repo = "Satty";
     rev = "v${version}";
-    hash = "sha256-640npBvOO4SZfQI5Tq1FY+B7Bg75YsaoGd/XhWAy9Zs=";
+    hash = "sha256-aE0hQla/FwUAUSVodfQz3s8hdYF6tQSIHl6p5gEtONU=";
   };
 
-  cargoHash = "sha256-H+PnZWNaxdNaPLZmKJIcnEBTnpeXCxGC9cXnzR2hfoc=";
+  cargoHash = "sha256-vARrc49+T813uCzIlB1tSS3eNyNeeCvC+G+LFYAsYx8=";
 
   nativeBuildInputs = [
     copyDesktopItems