yelp: 49.0 → 49.1

https://gitlab.gnome.org/GNOME/yelp/-/compare/49.0...49.1
This commit is contained in:
Tom Hunze 2026-06-09 18:13:11 +00:00 committed by Bobby Rong
commit 3a2d18f868
No known key found for this signature in database

View file

@ -24,11 +24,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "yelp";
version = "49.0";
version = "49.1";
src = fetchurl {
url = "mirror://gnome/sources/yelp/${lib.versions.major finalAttrs.version}/yelp-${finalAttrs.version}.tar.xz";
hash = "sha256-5mFOCx9Lpf57jRSb3UJnPwMGVvvc1zaumGBxkZfGNFc=";
hash = "sha256-Pj6U7y0slIfMUQYuOvv6FXjOvSnYDIQ1e21+5tz9inQ=";
};
nativeBuildInputs = [