d-spy: 49.2 → 50.0

https://gitlab.gnome.org/GNOME/d-spy/-/compare/49.2...50.0
This commit is contained in:
Bobby Rong
2026-03-24 12:10:50 +00:00
parent 4bfd8c768d
commit 0083e471a2
+2 -2
View File
@@ -17,7 +17,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "d-spy";
version = "49.2";
version = "50.0";
outputs = [
"out"
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/d-spy/${lib.versions.major finalAttrs.version}/d-spy-${finalAttrs.version}.tar.xz";
hash = "sha256-uBT/J9goqrzacvLGLxtB1iA190PQb9mn48XJhsSHmmk=";
hash = "sha256-G93IbYos9ntPZS3EYczYNTES8Ih1NCADfHX1RU3qrRA=";
};
nativeBuildInputs = [