gnome-podcasts: 0.6.0 → 0.6.1

Diff: https://gitlab.gnome.org/World/podcasts/-/compare/0.6.0...0.6.1
This commit is contained in:
Jan Tojnar 2023-12-02 15:03:15 +01:00
parent 1f62848076
commit 1077b79951
2 changed files with 435 additions and 627 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,21 +22,18 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-podcasts"; pname = "gnome-podcasts";
version = "0.6.0"; version = "0.6.1";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
owner = "World"; owner = "World";
repo = "podcasts"; repo = "podcasts";
rev = version; rev = version;
hash = "sha256-jnuy2UUPklfOYObSJPSqNhqqrfUP7N80pPmnw0rlB9A="; hash = "sha256-LPwCYgAFgUMFQZ0i4ldiuGYGMMWcMqYct3/o7eTIhmU=";
}; };
cargoDeps = rustPlatform.importCargoLock { cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock; lockFile = ./Cargo.lock;
outputHashes = {
"gettext-rs-0.4.2" = "sha256-wyZ1bf0oFcQo8gEi2GEalRUoKMoJYHysu79qcfjd4Ng=";
};
}; };
nativeBuildInputs = [ nativeBuildInputs = [