quadrapassel: 49.2.3 → 50.0.1
https://gitlab.gnome.org/GNOME/quadrapassel/-/compare/49.2.3...50.0.1 Co-authored-by: winston <hey@winston.sh>
This commit is contained in:
@@ -5,12 +5,10 @@
|
||||
pkg-config,
|
||||
gtk4,
|
||||
libadwaita,
|
||||
libgee,
|
||||
pango,
|
||||
gnome,
|
||||
gdk-pixbuf,
|
||||
librsvg,
|
||||
gsound,
|
||||
libmanette,
|
||||
blueprint-compiler,
|
||||
wrapGAppsHook4,
|
||||
@@ -18,15 +16,17 @@
|
||||
ninja,
|
||||
vala,
|
||||
desktop-file-utils,
|
||||
libsndfile,
|
||||
openal,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "quadrapassel";
|
||||
version = "49.2.3";
|
||||
version = "50.0.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/quadrapassel/${lib.versions.major finalAttrs.version}/quadrapassel-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-+ecxK/oPg1pOC/U181ax6VNxlIQ+Xe/1YR9z3C3b85k=";
|
||||
hash = "sha256-bn+Hgif5h82RnTwc5w6n08eUz34UDG76zu5wPROLQ3U=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -42,12 +42,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
buildInputs = [
|
||||
gtk4
|
||||
libadwaita
|
||||
libgee
|
||||
pango
|
||||
gdk-pixbuf
|
||||
librsvg
|
||||
libmanette
|
||||
gsound
|
||||
# for libgnome-games-support + sound feature
|
||||
libsndfile
|
||||
openal
|
||||
];
|
||||
|
||||
passthru = {
|
||||
|
||||
Reference in New Issue
Block a user