about summary refs log tree commit diff
path: root/pkgs/servers/rustypaste
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-26 16:50:12 -0400
committerfigsoda <figsoda@pm.me>2023-08-26 16:50:12 -0400
commit1550c8247ac24ad794d24336337260f03b865f34 (patch)
treef8f466b99dd6a8f8719e0ea606baf62ec69ed367 /pkgs/servers/rustypaste
parentb883cdad125fcb117d9252fba8e320d8d4c2734d (diff)
rustypaste: 0.12.1 -> 0.13.0
Diff: https://github.com/orhun/rustypaste/compare/v0.12.1...v0.13.0

Changelog: https://github.com/orhun/rustypaste/blob/v0.13.0/CHANGELOG.md
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 bae1b5232c7da..b1777fa0c5c17 100644
--- a/pkgs/servers/rustypaste/default.nix
+++ b/pkgs/servers/rustypaste/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rustypaste";
-  version = "0.12.1";
+  version = "0.13.0";
 
   src = fetchFromGitHub {
     owner = "orhun";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-AdcoyBtPgTK94VDBsCGozPU5enqCquY7r5IuEm3oW/g=";
+    sha256 = "sha256-dyj5Zg49APsRLaOOCvyZ7X8qNLgzRcBZBCS5IR0dDCs=";
   };
 
-  cargoHash = "sha256-VJjXwvMDSnDedcxJTjg6tVjPUxjRGTSOnx2nXgXCdzI=";
+  cargoHash = "sha256-yw1ldacFxTKV1/A2XxZAZ2DpC0gJFjeGz5Yduw3RZEU=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.CoreServices