mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
gdm: 50.0 → 50.1
https://gitlab.gnome.org/GNOME/gdm/-/compare/50.0...50.1
(cherry picked from commit 99728d9ec3)
This commit is contained in:
parent
c9f9061fde
commit
fd82477190
1 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ in
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gdm";
|
||||
version = "50.0";
|
||||
version = "50.1";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
|
@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gdm/${lib.versions.major finalAttrs.version}/gdm-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-ZG9T1o8tLRRxRv+uuFBH3ti4E9yxwQTY8Ow2ymCetb8=";
|
||||
hash = "sha256-dwFZNzUSGSQQ9BK10MRnjsFXPxrks5yB/nWGH+iJAXQ=";
|
||||
};
|
||||
|
||||
mesonFlags = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue