about summary refs log tree commit diff
path: root/pkgs/applications/networking/warp/default.nix
diff options
context:
space:
mode:
authorGabriel Arazas <foodogsquared@foodogsquared.one>2022-12-20 02:47:12 +0800
committerRobert Schütz <github@dotlambda.de>2022-12-23 04:21:36 -0800
commitb87dd4348418f81ed6ff1ea71d42266edf86ccd4 (patch)
tree087737382bfec015d036218f0c05fe1beb6480d5 /pkgs/applications/networking/warp/default.nix
parent9c4e9290562e1add5550337f7df77c37ac21e1bc (diff)
warp: 0.3.1 -> 0.3.2
Diffstat (limited to 'pkgs/applications/networking/warp/default.nix')
-rw-r--r--pkgs/applications/networking/warp/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/warp/default.nix b/pkgs/applications/networking/warp/default.nix
index 5a1a59d7c6e1f..0c47fc323a645 100644
--- a/pkgs/applications/networking/warp/default.nix
+++ b/pkgs/applications/networking/warp/default.nix
@@ -17,14 +17,14 @@
 
 stdenv.mkDerivation rec {
   pname = "warp";
-  version = "0.3.1";
+  version = "0.3.2";
 
   src = fetchFromGitLab {
     domain = "gitlab.gnome.org";
     owner = "World";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-0zjtaF0RwI7Sj2D5vRaiBJI+Bp/F17VO9ywMRqZyqxI=";
+    hash = "sha256-oKkZC9fi5xPnLTI00MnG2gMjzMZHMNFI77ztbR4KQo4=";
   };
 
   postPatch = ''
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
   cargoDeps = rustPlatform.fetchCargoTarball {
     inherit src;
     name = "${pname}-${version}";
-    hash = "sha256-HotArxXfmT6Gw6ZZZQ4X6bTx0EFb6vZLbXxhddmGID8=";
+    hash = "sha256-sbyAyjxpol2SBxoLUsiPGfkP2diBPgJW0vEDHYWgmLU=";
   };
 
   nativeBuildInputs = [