warp: 0.4 -> 0.5.2

Diff: https://gitlab.gnome.org/World/warp/-/compare/v0.4...v0.5.2
This commit is contained in:
Robert Schütz 2023-04-15 10:30:04 -07:00 committed by Robert Schütz
parent 182da0a77c
commit 2e0f01cc43
2 changed files with 6 additions and 3483 deletions

File diff suppressed because it is too large Load diff

View file

@ -17,25 +17,24 @@
stdenv.mkDerivation rec {
pname = "warp";
version = "0.4";
version = "0.5.2";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = pname;
rev = "v${version}";
hash = "sha256-c8X0kedfM8DPTEQAbh8cXIfEvxG2cdUD3twVHs0/k7U";
hash = "sha256-VtmLWbZXKTv+sjICnaBt2EPbtDwIVZym/PZdL2N7UQo=";
};
postPatch = ''
patchShebangs build-aux
'';
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
outputHashes = {
"tempfile-3.3.0" = "sha256-zVbGZOEYEmOJGtl5Ko8rYIW9NY16lq5+zMzJ/TSkfsc=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-NT6reZUsieqMTX7HW9QmrjcgBpqxZOUfzht9b7suNeY=";
};
nativeBuildInputs = [