lol

warp: 0.2.0 -> 0.2.1

https://gitlab.gnome.org/World/warp/-/releases/v0.2.1

authored by

Robert Schütz and committed by
Robert Schütz
f84a03ad 14f3b5b7

+3 -3
+3 -3
pkgs/applications/networking/warp/default.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "warp"; 20 - version = "0.2.0"; 20 + version = "0.2.1"; 21 21 22 22 src = fetchFromGitLab { 23 23 domain = "gitlab.gnome.org"; 24 24 owner = "World"; 25 25 repo = "warp"; 26 26 rev = "v${version}"; 27 - hash = "sha256-AtSU/vN20ePyxhSSl0RB2a4KKpd6PTUCC4n5RIuYVr4="; 27 + hash = "sha256-ajz450ix68TDkhyAZd1IgZA/jUnXULrYZOSdcoOL+S0="; 28 28 }; 29 29 30 30 postPatch = '' ··· 34 34 cargoDeps = rustPlatform.fetchCargoTarball { 35 35 inherit src; 36 36 name = "${pname}-${version}"; 37 - hash = "sha256-DbKoZLB8XIZy5bIOC6blrNa3x4oCVG0Bl9xp6ARgw0c="; 37 + hash = "sha256-08xbd2YmJw2NTrxBrnJZMV2VvX6V0eX+fxbEEWFoC9c="; 38 38 }; 39 39 40 40 nativeBuildInputs = [