d-spy: 1.8.0 → 1.10.0

https://gitlab.gnome.org/GNOME/d-spy/-/compare/1.8.0...1.10.0

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Bobby Rong
2024-04-22 21:08:46 +02:00
committed by Maxine Aubrey
parent 629073c919
commit 4bc50c47f5
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "d-spy";
version = "1.8.0";
version = "1.10.0";
outputs = [ "out" "lib" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/d-spy/${lib.versions.majorMinor version}/d-spy-${version}.tar.xz";
sha256 = "+J15XQaG2C2h3OsjYUj3zlTVynjwuY4PEzayY6WvzqE=";
hash = "sha256-VVgSucZUBVHaWZ7oFHiArTkVuTyH4XV7bRz9kKDgXlM=";
};
nativeBuildInputs = [