Unverified Commit 32fe0d14 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #196380 from zendo/update-warp

warp: 0.2.1 -> 0.3.1
parents 97f523e3 e08ac951
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
, pkg-config
, python3
, rustPlatform
, wrapGAppsHook
, wrapGAppsHook4
, glib
, gtk4
, libadwaita
@@ -17,14 +17,14 @@

stdenv.mkDerivation rec {
  pname = "warp";
  version = "0.2.1";
  version = "0.3.1";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "World";
    repo = "warp";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-ajz450ix68TDkhyAZd1IgZA/jUnXULrYZOSdcoOL+S0=";
    hash = "sha256-0zjtaF0RwI7Sj2D5vRaiBJI+Bp/F17VO9ywMRqZyqxI=";
  };

  postPatch = ''
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
  cargoDeps = rustPlatform.fetchCargoTarball {
    inherit src;
    name = "${pname}-${version}";
    hash = "sha256-08xbd2YmJw2NTrxBrnJZMV2VvX6V0eX+fxbEEWFoC9c=";
    hash = "sha256-HotArxXfmT6Gw6ZZZQ4X6bTx0EFb6vZLbXxhddmGID8=";
  };

  nativeBuildInputs = [
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
    ninja
    pkg-config
    python3
    wrapGAppsHook
    wrapGAppsHook4
  ] ++ (with rustPlatform; [
    cargoSetupHook
    rust.cargo