baobab: 47.alpha → 47.0

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

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-09-17 13:27:21 +00:00
parent 394142ea50
commit 2c543045c4
No known key found for this signature in database

View File

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