principia: 2026.06.06 -> 2026.06.19

This commit is contained in:
R. Ryantm
2026-06-19 19:17:39 +00:00
parent 7c513aed49
commit f7364bcd6c
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "principia";
version = "2026.06.06";
version = "2026.06.19";
src = fetchFromGitHub {
owner = "Bithack";
repo = "principia";
rev = finalAttrs.version;
hash = "sha256-FLMEOpgESsGYvVejea59xbBcVWGUp7qgZLCDugolMXk=";
hash = "sha256-LYU8ctsEndBS3AGuQ9BtFaWR6RgTyoG4WAd91+B4zwY=";
};
nativeBuildInputs = [