mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
rygel: 0.43.0 → 0.44.0
https://gitlab.gnome.org/GNOME/rygel/-/compare/rygel-0.43.0...rygel-0.44.0 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
parent
c954f53a77
commit
befc24970d
@ -31,14 +31,14 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "rygel";
|
||||
version = "0.43.0";
|
||||
version = "0.44.0";
|
||||
|
||||
# TODO: split out lib
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/rygel/${lib.versions.majorMinor finalAttrs.version}/rygel-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-kzqQiOSAkaeG/5gcGc48q2FpQL57J25DpvyG69IFCSw=";
|
||||
hash = "sha256-Xhp2UHIJKQUw5s4BQfx2lGAJ7fsPrD7ZQyEwgh5eTnI=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user