Unverified Commit 0fa6f234 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

plasticity: 25.2.11 -> 25.3.8 (#472996)

parents 6f33da8a b8190ef3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,11 +40,11 @@
}:
stdenv.mkDerivation rec {
  pname = "plasticity";
  version = "25.2.11";
  version = "25.3.7";

  src = fetchurl {
    url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
    hash = "sha256-aqc6CDR3yBOGaRr+VjXQrTXZKvr9kqzaqcu5y30clCA=";
    hash = "sha256-l4kuxB5Lh0BiwIxdu3BLdu0VyAeDK0QR6tf6ckqGweY=";
  };

  passthru.updateScript = ./update.sh;