Unverified Commit 060827dc authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

gnome-decoder: 0.6.1 -> 0.7.1 (#392593)

parents 1e0b920b 0faaf891
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -29,20 +29,20 @@

clangStdenv.mkDerivation rec {
  pname = "gnome-decoder";
  version = "0.6.1";
  version = "0.7.1";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "World";
    repo = "decoder";
    rev = version;
    hash = "sha256-qSPuEVW+FwC9OJa+dseIy4/2bhVdTryJSJNSpes9tpY=";
    hash = "sha256-lLZ8tll/R9cwk3t/MULmrR1KWZ1e+zneXL93035epPE=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit src;
    name = "${pname}-${version}";
    hash = "sha256-xQlzSsvwDNK3Z8xnUQgCU6Q8+ls0Urks778pYwN2X1Y=";
    hash = "sha256-USfC7HSL1TtjP1SmBRTKkPyKE4DkSn6xeH4mzfIBQWg=";
  };

  preFixup = ''