Unverified Commit 879051dd authored by seth's avatar seth
Browse files

gnome-podcasts: 0.7.1 -> 0.7.2

parent ed890bd5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,19 +25,19 @@

stdenv.mkDerivation rec {
  pname = "gnome-podcasts";
  version = "0.7.1";
  version = "0.7.2";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "World";
    repo = "podcasts";
    rev = version;
    hash = "sha256-KCjHT/4AeJ+RXCtawkhs6f4D8NCJotYIPk3tGr5YG9M=";
    hash = "sha256-xPB1ieOgnHe2R5ORK0Hl61V+iDZ7WsJEnsAJGZvQUVI=";
  };

  cargoDeps = rustPlatform.fetchCargoTarball {
    inherit src;
    hash = "sha256-XTfKqKs7874ak7Lzscxw8E2qcnJOWMZaaol8TpIB6Vw=";
    hash = "sha256-RdpSFMBApq7MX/JVOeQhHoidXzAXpQPar+b1S+/NuEA=";
  };

  nativeBuildInputs = [