Unverified Commit 5efb8bfa authored by Alberto's avatar Alberto Committed by GitHub
Browse files

2025.13 -> 2025.14

parent d410f140
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ let
    systemd
  ];

  version = "2025.13";
  version = "2025.14";

  selectSystem =
    attrs:
@@ -79,8 +79,8 @@ let
  };

  hash = selectSystem {
    x86_64-linux = "sha256-zgU6pBujCXBhDO9XAqpUSDNuQt5daQ1gVwopXwc0nGo=";
    aarch64-linux = "sha256-BDrH99li0GWJ+/9QUrHfKxC1JExG3jvd0ujXPKhGM1c=";
    x86_64-linux = "sha256-JHuYHi4uBHzMopa45ipwsdx/3Ox/FxN3lYhBACQOCkE=";
    aarch64-linux = "sha256-miCh1x6sCcAbg9iX7SJzYcxJ8DIQVNdrg6b39ht8gTw=";
  };
in