chore(npins): Update

This commit is contained in:
DGNum Chores 2024-10-06 13:29:20 +00:00 committed by Tom Hubrecht
parent 8769d6738e
commit e4fc6a0d98
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
3 changed files with 40 additions and 31 deletions

View file

@ -1,7 +1,16 @@
{ nixpkgs, ... }:
let
dgn-id = "f756a0f47e704db815a7af6786f6eb0aec628d6b";
###
# How to update:
# - clone https://git.dgnum.eu/DGNum/Stirling-PDF
# - switch to the branch dgn-v0.X.Y where X.Y is the version in production
# - fetch upstream changes up to the tagged release in nixos-unstable
# - rebase onto the upstream branch, so that the last commit is "feat: Add DGNum customization"
# - push to a new branch dgn-v0.A.B where A.B is the new version
# - finally, update the commit hash of the customization patch
dgn-id = "8f19cb1c9623f8da71f6512c1528d83acc35db57";
in
{

View file

@ -28,7 +28,7 @@ in
services.garage = {
enable = true;
package = pkgs.garage_1_0_0;
package = pkgs.garage_1_0_1;
settings = {
inherit data_dir metadata_dir;