about summary refs log tree commit diff
path: root/pkgs/servers/rustypaste/default.nix
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-09-05 13:57:16 -0400
committerfigsoda <figsoda@pm.me>2023-09-05 13:57:16 -0400
commita562ae92a5908263dc71482b21621c686dafe9e8 (patch)
tree26d055eb0fa7d239cbf2189a9f1240a52fa249d5 /pkgs/servers/rustypaste/default.nix
parent410b1ef7b3866fffd8169f3c4d2823c05a25b6b1 (diff)
rustypaste: 0.13.0 -> 0.14.0
Diff: https://github.com/orhun/rustypaste/compare/v0.13.0...v0.14.0

Changelog: https://github.com/orhun/rustypaste/blob/v0.14.0/CHANGELOG.md
Diffstat (limited to 'pkgs/servers/rustypaste/default.nix')
-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 b1777fa0c5c17..76295880d4948 100644
--- a/pkgs/servers/rustypaste/default.nix
+++ b/pkgs/servers/rustypaste/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rustypaste";
-  version = "0.13.0";
+  version = "0.14.0";
 
   src = fetchFromGitHub {
     owner = "orhun";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-dyj5Zg49APsRLaOOCvyZ7X8qNLgzRcBZBCS5IR0dDCs=";
+    sha256 = "sha256-bVy3/Ot4cb2Tr+wEDtWD3W2FYlXQVQ6tYC8DDyCiivY=";
   };
 
-  cargoHash = "sha256-yw1ldacFxTKV1/A2XxZAZ2DpC0gJFjeGz5Yduw3RZEU=";
+  cargoHash = "sha256-lCpp1VM6G36mFCm3u+4trsdFszd8SbUEgK1iIm/LwQ4=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.CoreServices