about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-03 15:50:54 +0100
committerGitHub <noreply@github.com>2023-11-03 15:50:54 +0100
commitee950cc0ea5e136514b89a95eca52bb5a382427d (patch)
tree48232cd97b8ebcd34f8018e34cd1092009948ca1 /pkgs/servers
parent71a1739942b4bc19c6aa75fc12b83244face8e69 (diff)
parent743688f91d0390ce1d27a3a294c88186f26c3574 (diff)
Merge pull request #265207 from r-ryantm/auto-update/rustypaste
rustypaste: 0.14.0 -> 0.14.1
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/rustypaste/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/rustypaste/default.nix b/pkgs/servers/rustypaste/default.nix
index 76295880d4948..0dc72f74bb2da 100644
--- a/pkgs/servers/rustypaste/default.nix
+++ b/pkgs/servers/rustypaste/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rustypaste";
-  version = "0.14.0";
+  version = "0.14.1";
 
   src = fetchFromGitHub {
     owner = "orhun";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-bVy3/Ot4cb2Tr+wEDtWD3W2FYlXQVQ6tYC8DDyCiivY=";
+    sha256 = "sha256-9qP0/PGXRbQzSIsxUoGzbtc2KNg6SKrqGYcg/K6SuKo=";
   };
 
-  cargoHash = "sha256-lCpp1VM6G36mFCm3u+4trsdFszd8SbUEgK1iIm/LwQ4=";
+  cargoHash = "sha256-76s3cWAKS6aeIG1ctHU6uCMWHDKsMcf5HWhUWzEuAkI=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.CoreServices