Unverified Commit 02424d6f authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

gnome-decoder: 0.7.1 -> 0.8.0 (#461588)

parents 9ef55366 97c16367
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,19 +23,19 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gnome-decoder";
  version = "0.7.1";
  version = "0.8.0";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "World";
    repo = "decoder";
    tag = finalAttrs.version;
    hash = "sha256-lLZ8tll/R9cwk3t/MULmrR1KWZ1e+zneXL93035epPE=";
    hash = "sha256-O+DXfR9nZ0iz9IX/SZVX6ESI/vRa4ErEPxdgqSyOye0=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit (finalAttrs) pname version src;
    hash = "sha256-USfC7HSL1TtjP1SmBRTKkPyKE4DkSn6xeH4mzfIBQWg=";
    hash = "sha256-lYbJN5XliFATZVoZqiTDD3wzKPTfpFHk24iLh7ctjG4=";
  };

  nativeBuildInputs = [