about summary refs log tree commit diff
path: root/pkgs/applications/networking/warp
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-06-17 21:54:51 +0000
committerRobert Schütz <nix@dotlambda.de>2022-06-17 22:28:49 +0000
commit88db5b521324cc3219761d613a474546ecb4695e (patch)
tree1ad3c5bbd62a514d63cd3067c30a8ea1ed081c96 /pkgs/applications/networking/warp
parent9877c297344ee8942b6eaf9b79741a5a931dcbc9 (diff)
warp: 0.1.2 -> 0.2.0
https://gitlab.gnome.org/World/warp/-/releases/v0.2.0
Diffstat (limited to 'pkgs/applications/networking/warp')
-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 3d9f8a0880ba5..7fe54b785206c 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.1.2";
+  version = "0.2.0";
 
   src = fetchFromGitLab {
     domain = "gitlab.gnome.org";
     owner = "World";
     repo = "warp";
     rev = "v${version}";
-    hash = "sha256-6KWTjfrJr0QkiYHkwy4IKrzQuVUMHc1yILM7ixHBHSQ=";
+    hash = "sha256-AtSU/vN20ePyxhSSl0RB2a4KKpd6PTUCC4n5RIuYVr4=";
   };
 
   postPatch = ''
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
   cargoDeps = rustPlatform.fetchCargoTarball {
     inherit src;
     name = "${pname}-${version}";
-    hash = "sha256-Xy/tn5iUqwlmztmTmqUbISAk1xu9vkbMk4CvK4j2ttM=";
+    hash = "sha256-DbKoZLB8XIZy5bIOC6blrNa3x4oCVG0Bl9xp6ARgw0c=";
   };
 
   nativeBuildInputs = [