mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
metacity: 3.57.1 → 3.58.1
https://gitlab.gnome.org/GNOME/metacity/-/compare/3.57.1...3.58.1 Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
parent
a2d817bcce
commit
d6d1c392fc
|
|
@ -18,11 +18,11 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "metacity";
|
||||
version = "3.57.1";
|
||||
version = "3.58.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/metacity/${lib.versions.majorMinor finalAttrs.version}/metacity-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-EpOibk3t/UvyALW7eIZzAIl5rjrG0wU/fbSBuHrMfN4=";
|
||||
hash = "sha256-5DDIqSQJ7y+RpNq9UKcePTu8xHSj3sHK7DgTs4HX0bA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue