From 2fe5bac64a023ce397003ff7aa1c39b0caf2a11d Mon Sep 17 00:00:00 2001 From: William Date: Mon, 16 Sep 2024 16:06:54 -0300 Subject: [PATCH] fixed plasticity; previous commit: removed modded gtk theme --- packages/plasticity.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/plasticity.nix b/packages/plasticity.nix index feba5ae..5a49c63 100644 --- a/packages/plasticity.nix +++ b/packages/plasticity.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm"; - hash = "sha256-3dHS7chTgoD35AV/q8DHIYl43KbCsoFYEqSQHXm05tg="; + hash = "sha256-iiVh4k5r5PXN1/VJZcropTMu36N2B/ECq2L5e59QxJY="; }; passthru.updateScript = ./update.sh; @@ -92,7 +92,6 @@ stdenv.mkDerivation rec { meta = with lib; { description = "CAD for artists"; homepage = "https://www.plasticity.xyz"; - license = licenses.unfree; mainProgram = "Plasticity"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; maintainers = with maintainers; [ imadnyc ];