Unverified Commit 8633bccb authored by Matthew Croughan's avatar Matthew Croughan Committed by GitHub
Browse files

basalt-monado: 0-unstable-2024-06-21 -> 0-unstable-2025-09-25 (#448501)

parents 5457a56e 56439c36
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@
}:
stdenv.mkDerivation {
  pname = "basalt-monado";
  version = "0-unstable-2024-06-21";
  version = "0-unstable-2025-09-25";

  src = fetchFromGitLab {
    domain = "gitlab.freedesktop.org";
    owner = "mateosss";
    repo = "basalt";
    rev = "385c161f35720df3a6c606054565f9d49a1c5787";
    hash = "sha256-+2/pc2OWDwE04xPcfHL5GGyhQ1ZTN6o7cCNAilDgd2Y=";
    rev = "5337898271f5c2ce523258e93e80fd870130be31";
    hash = "sha256-IoXZlXyOc5y9aSHBU3WCNhHi4L9xzHmbv6VMEvX2ZeE=";
    fetchSubmodules = true;
  };