Unverified Commit d9977032 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ryzen-monitor-ng: 2.0.5-unstable-2023-11-05 -> 0-unstable-2026-03-28 (#505973)

parents 5995e08f 5930fe64
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

stdenv.mkDerivation {
  pname = "ryzen-monitor-ng";
  version = "2.0.5-unstable-2023-11-05";
  version = "0-unstable-2026-03-28";

  # Upstream has not updated ryzen_smu header version
  # This fork corrects ryzen_smu header version and
@@ -15,8 +15,8 @@ stdenv.mkDerivation {
  src = fetchFromGitHub {
    owner = "plasmin";
    repo = "ryzen_monitor_ng";
    rev = "8b7854791d78de731a45ce7d30dd17983228b7b1";
    hash = "sha256-xdYNtXCbNy3/y5OAHZEi9KgPtwr1LTtLWAZC5DDCfmE=";
    rev = "d62a4304b2f1727de3970b81d81875133b5f8a68";
    hash = "sha256-irX+Y3H16mNVOfh7Hi8jZ0+DbG7un7MvKaMqp+isjoo=";
    # Upstream repo contains pre-compiled binaries and object files
    # that are out of date.
    # These need to be removed before build stage.