File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2727} :
2828
2929let
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 ;
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments