summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-02-04 19:05:42 -0800
committerGitHub <noreply@github.com>2023-02-04 19:05:42 -0800
commitc5641b97906bc6505d8f1aa3add74131e33291f9 (patch)
tree65497d7a3e2f4e47a7467c6028838cddde7c8025
parentd6c5b79a39213d7661c339a26fe80e412f35f242 (diff)
parent9042ba5f7e543c888b4c7ff5c2a7a1a65b390155 (diff)
Merge pull request #214507 from foo-dogsquared/update-warp
warp: 0.3.2 -> 0.4
-rw-r--r--pkgs/applications/networking/warp/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/warp/default.nix b/pkgs/applications/networking/warp/default.nix
index 0c47fc323a64..23c7916354fd 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.2";
+ version = "0.4";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = pname;
rev = "v${version}";
- hash = "sha256-oKkZC9fi5xPnLTI00MnG2gMjzMZHMNFI77ztbR4KQo4=";
+ hash = "sha256-c8X0kedfM8DPTEQAbh8cXIfEvxG2cdUD3twVHs0/k7U";
};
postPatch = ''
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
- hash = "sha256-sbyAyjxpol2SBxoLUsiPGfkP2diBPgJW0vEDHYWgmLU=";
+ hash = "sha256-TS/Q6T3bPjkk1bfINTR6bcPy8fnbAxbKJUrx2pYsPWY=";
};
nativeBuildInputs = [
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
description = "Fast and secure file transfer";
homepage = "https://apps.gnome.org/app/app.drey.Warp";
license = lib.licenses.gpl3Only;
- maintainers = with lib.maintainers; [ dotlambda ];
+ maintainers = with lib.maintainers; [ dotlambda foo-dogsquared ];
platforms = lib.platforms.linux;
};
}