Skip to content

Commit

Permalink
Merge pull request #229871 from foo-dogsquared/update-warp
Browse files Browse the repository at this point in the history
warp: 0.5.3 -> 0.5.4
  • Loading branch information
wegank authored May 4, 2023
2 parents 12a2201 + af67c94 commit df97b07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/warp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

stdenv.mkDerivation rec {
pname = "warp";
version = "0.5.3";
version = "0.5.4";

src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = pname;
rev = "v${version}";
hash = "sha256-RwsrE4ZIG0i0B7Xu7fDKyDQt4+W2Ntd+epTST8s/YDc=";
hash = "sha256-twK0C2BvD3GLmJ9H05sas0bce/dIMIWeCoFRU/f+1eg=";
};

postPatch = ''
Expand All @@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-0L7Wz/vOudZ4Bd3umn+auejYGDnSoU6o07+u/MfrgqE=";
hash = "sha256-mxM+V4gWGfW8M56+kV/Ljtzde7oRPH0twJtEImkUIF4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit df97b07

Please sign in to comment.