gnome3.aisleriot: 3.22.7 -> 2.22.8
https://gitlab.gnome.org/GNOME/aisleriot/compare/3.22.7...3.22.8
This commit is contained in:
parent
d1240bed54
commit
cef4340283
@ -3,12 +3,12 @@
|
||||
, guile_2_0, libcanberra-gtk3 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "aisleriot-${version}";
|
||||
version = "3.22.7";
|
||||
pname = "aisleriot";
|
||||
version = "3.22.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/aisleriot/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "1ysljnrlvzssgbhxcgb28n9k3l0rybxi5lkrm8pg6a4nspaw5mc4";
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "15pm39679ymxki07sb5nvhycz4z53zwbvascyp5wm4864bn98815";
|
||||
};
|
||||
|
||||
configureFlags = [
|
||||
@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome3.updateScript {
|
||||
packageName = "aisleriot";
|
||||
attrPath = "gnome3.aisleriot";
|
||||
packageName = pname;
|
||||
attrPath = "gnome3.${pname}";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user