Skip to content

Commit dfb2af5

Browse files
authored
foot: 1.22.0 -> 1.22.2 (#403074)
2 parents 1053d3a + 0aa88a9 commit dfb2af5

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

pkgs/by-name/fo/foot/package.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}:
2828

2929
let
30-
version = "1.22.0";
30+
version = "1.22.2";
3131

3232
# build stimuli file for PGO build and the script to generate it
3333
# independently of the foot's build, so we can cache the result
@@ -103,8 +103,8 @@ stdenv.mkDerivation {
103103
domain = "codeberg.org";
104104
owner = "dnkl";
105105
repo = "foot";
106-
rev = version;
107-
hash = "sha256-OCDFfOEyE8CrgisswSfPXH1rNoaM1C1ztm9R77P0MOk=";
106+
tag = version;
107+
hash = "sha256-eX9nSAl2pHbJU8g80q3RifDlFh00LSi8GvYU4+rlIsA=";
108108
};
109109

110110
separateDebugInfo = true;
@@ -200,6 +200,9 @@ stdenv.mkDerivation {
200200
"themes"
201201
];
202202

203+
passthru = { inherit stimulusGenerator; };
204+
passthru.updateScript = ./update.sh;
205+
203206
passthru.tests = {
204207
clang-default-compilation = foot.override {
205208
inherit (llvmPackages) stdenv;

pkgs/by-name/fo/foot/update.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env nix-shell
2+
#!nix-shell -i bash
3+
#!nix-shell -p nix-update
4+
5+
nix-update foot
6+
nix-update --version=skip foot.stimulusGenerator

0 commit comments

Comments
 (0)