mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
rygel: 45.1 → 45.2
https://gitlab.gnome.org/GNOME/rygel/-/compare/45.1...45.2
(cherry picked from commit b196b6a6d6)
This commit is contained in:
parent
d97283b0ed
commit
c3d7311dd9
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "rygel";
|
||||
version = "45.1";
|
||||
version = "45.2";
|
||||
|
||||
# TODO: split out lib
|
||||
outputs = [
|
||||
|
|
@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/rygel/${lib.versions.major finalAttrs.version}/rygel-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-zzhuKA2Or5tmd6L0i6eEhMcqCVVNXFjFHNh/pZRWF8g=";
|
||||
hash = "sha256-IOV7cLFahl133Dj594arxSxksRH+X5OKYsKNcS3xMx0=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue