Unverified Commit a1a0f19f authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

syshud: 0-unstable-2024-08-10 -> 0-unstable-2024-08-24 (#337415)

parents c9daf122 143a2312
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "syshud";
  version = "0-unstable-2024-08-10";
  version = "0-unstable-2024-08-24";

  src = fetchFromGitHub {
    owner = "System64fumo";
    repo = "syshud";
    rev = "c7165dc7e28752b49be4ca81ab5db35019d6fcd0";
    hash = "sha256-P8NgWooRMFl1iuFKQlWDJwMlZ/CIwvf2ctkqvRXt6SA=";
    rev = "93f94c866b0ed6326ec7cc6da04221e1feaafeef";
    hash = "sha256-+l7WDDrdKiFZAGrtARC86hDrNML8BMYIw0Z4yg/bKsU=";
  };

  postPatch = ''
@@ -39,6 +39,7 @@ stdenv.mkDerivation (finalAttrs: {

  makeFlags = [
    "DESTDIR=${placeholder "out"}"
    "PREFIX="
  ];

  # populate version info used by `syshud -v`:
@@ -57,7 +58,10 @@ stdenv.mkDerivation (finalAttrs: {
  '';

  passthru.updateScript = nix-update-script {
    extraArgs = [ "--version" "branch" ];
    extraArgs = [
      "--version"
      "branch"
    ];
  };

  meta = {