Unverified Commit c1588394 authored by Michael Daniels's avatar Michael Daniels
Browse files

unnamed-sdvx-clone: 0.6.0 -> 0.6.0-unstable-2025-07-31

parent 1cb228c5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "unnamed-sdvx-clone";
  version = "0.6.0";
  version = "0.6.0-unstable-2025-07-31";

  src = fetchFromGitHub {
    owner = "Drewol";
    repo = "unnamed-sdvx-clone";
    tag = "v${finalAttrs.version}";
    rev = "2472fcc5c8b6b8bc7323dc61ea80b3b1899dd45f";
    fetchSubmodules = true;
    hash = "sha256-wuf7xZztoxzNQJzlJOfH/Dc25/717NevBx7E0RDybho=";
    hash = "sha256-Z0eU3xNzVmv2PwUvS2HoRe2TQzQ8seL0R/YAYCQWR28=";
  };

  nativeBuildInputs = [