about summary refs log tree commit diff
path: root/pkgs/servers/rustypaste
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-23 06:36:50 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-23 06:36:50 +0000
commit38d66f1e2ee695c8a435d603cecc13f7c9c776e4 (patch)
treef603b3234e4e7218bfb894afd6038619cc9b4b3c /pkgs/servers/rustypaste
parent22ea4c79f1b3858fb1bff1b39f2c59ebe7a20877 (diff)
rustypaste: 0.14.2 -> 0.14.4
Diffstat (limited to 'pkgs/servers/rustypaste')
-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 b28490b2ef581..e00d59648e030 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.2";
+  version = "0.14.4";
 
   src = fetchFromGitHub {
     owner = "orhun";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-3DH19lLOoNwokHmANKVbYgMBlp1HXxcSK2Cun8KV3b8=";
+    sha256 = "sha256-7CZi76IQR6CIf3EnoysaTrVf2kIDP9sOBXL4kqFFHtY=";
   };
 
-  cargoHash = "sha256-Ybqe3CMqZi127aXwRrdo2Of3n+pPGfnTqFPlM7Nr2rI=";
+  cargoHash = "sha256-fAj/z21do0GV41MIn5hifEZyZPgrb288TRz55BFsdz8=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.CoreServices