gnome-podcasts: 0.7.1 -> 0.7.2 (#373846)

This commit is contained in:
Aleksana
2025-01-24 11:40:25 +08:00
committed by GitHub
+3 -3
View File
@@ -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 = [