baobab: 46.0 → 47.alpha

https://gitlab.gnome.org/GNOME/baobab/-/compare/46.0...47.alpha

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-08-12 14:59:22 +00:00
parent 182c15df70
commit 71ac84f70b
No known key found for this signature in database

View File

@ -18,11 +18,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "baobab"; pname = "baobab";
version = "46.0"; version = "47.alpha";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/baobab/${lib.versions.major version}/baobab-${version}.tar.xz"; url = "mirror://gnome/sources/baobab/${lib.versions.major version}/baobab-${version}.tar.xz";
hash = "sha256-zk3vXILQVnGlAJ9768+FrJhnXZ2BYNKK2RgbJppy43w="; hash = "sha256-02cVRFgJ6hGirSlwzqgLNdnRpycfCASWVCebR0ghRRw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [