Unverified Commit 28204eae authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #265957 from dotlambda/impression-3.0

impression: 2.1 -> 3.0.1
parents e943b5d5 ae329c80
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -16,24 +16,25 @@
, glib
, gtk4
, libadwaita
, openssl
, pango
}:

stdenv.mkDerivation rec {
  pname = "impression";
  version = "2.1";
  version = "3.0.1";

  src = fetchFromGitLab {
    owner = "adhami3310";
    repo = "Impression";
    rev = "v${version}";
    hash = "sha256-Pq1Pz/uNBsk4UdtCwA5gmZoS+kiDrCbpum4ABW7oocA=";
    hash = "sha256-xxPclDjHdXWo43cwvSuF9MpNlMTJANNXScLY1mkQTqY=";
  };

  cargoDeps = rustPlatform.fetchCargoTarball {
    inherit src;
    name = "${pname}-${version}";
    hash = "sha256-eIfDuz4ewTzmLDKShro3VkoXAZEUOKu133eD/z75jjY=";
    hash = "sha256-LDYckpKwNvkIdpPijTRIZPNfb4d9MZzxVFdSXarhFl0=";
  };

  nativeBuildInputs = [
@@ -55,6 +56,7 @@ stdenv.mkDerivation rec {
    glib
    gtk4
    libadwaita
    openssl
    pango
  ];