galaxis: 1.11 -> 1.13

This commit is contained in:
R. Ryantm
2026-02-26 08:18:52 +00:00
parent 26eaeac4e4
commit b905e78cd6
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "galaxis";
version = "1.11";
version = "1.13";
src = fetchFromGitLab {
owner = "esr";
repo = "galaxis";
rev = finalAttrs.version;
hash = "sha256-fSzifGoSdWyFGt99slzAsqCMDoeLbBqQGXujX8QAfGc=";
hash = "sha256-ZdCddbyWtF8dDAbU4M7snnegiFSEx1E0gKdDb5Xsre0=";
};
outputs = [