principia: 2025.04.05 -> 2026.06.06
Diff: https://github.com/Bithack/principia/compare/2025.04.05...2026.06.06 Release: https://github.com/Bithack/principia/releases/tag/2026.06.06 Changelog: https://principia-web.se/wiki/Changelog#2026-06-06
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
curl,
|
||||
freetype,
|
||||
glew,
|
||||
gtk3,
|
||||
libGL,
|
||||
libjpeg,
|
||||
@@ -22,13 +21,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "principia";
|
||||
version = "2025.04.05";
|
||||
version = "2026.06.06";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Bithack";
|
||||
repo = "principia";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-cXtc1E4iJf3//UyzZzhky/NV7zk4959xSwGLHdCeyk0=";
|
||||
hash = "sha256-FLMEOpgESsGYvVejea59xbBcVWGUp7qgZLCDugolMXk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -40,7 +39,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
buildInputs = [
|
||||
curl
|
||||
freetype
|
||||
glew
|
||||
gtk3
|
||||
libGL
|
||||
libjpeg
|
||||
|
||||
Reference in New Issue
Block a user