about summary refs log tree commit diff
path: root/pkgs/servers/rustypaste/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-04 16:07:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-04 16:07:38 +0000
commit00c8e19293cfaf0a7fc2d3d270b9a5968f25c603 (patch)
treea06cf2087948b88a2635c5f8fb88c239ac166eb9 /pkgs/servers/rustypaste/default.nix
parent199753fafc26559be5375525f45aca02cd245513 (diff)
rustypaste: 0.8.2 -> 0.8.4
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 8cc792f145923..c4987cdd28867 100644
--- a/pkgs/servers/rustypaste/default.nix
+++ b/pkgs/servers/rustypaste/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rustypaste";
-  version = "0.8.2";
+  version = "0.8.4";
 
   src = fetchFromGitHub{
     owner = "orhun";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-EKW/Cik4La66bI7EVbFnhivk1o0nIudJdBW7F5dbQaI=";
+    sha256 = "sha256-tx2ipgvYDdCwcWFeZ/qgGXyKe+kHLuOgDAz/8vf2zEs=";
   };
 
-  cargoSha256 = "sha256-zIrvBHPthPAzReojmBLb0odDQGcGwZS10rP15qb/zgs=";
+  cargoHash = "sha256-/zji2sFaOweBo666LqfNRpO/0vi1eAGgOReeuvQIaEQ=";
 
   # Some tests need network
   checkFlags = [