File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed
pkgs/by-name/ri/river-bedload Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 88
99linkFarm "zig-packages" [
1010 {
11- name = "wayland-0.3 .0-lQa1kjPIAQDmhGYpY-zxiRzQJFHQ2VqhJkQLbKKdt5wl " ;
11+ name = "wayland-0.4 .0-lQa1khbMAQAsLS2eBR7M5lofyEGPIbu2iFDmoz8lPC27 " ;
1212 path = fetchzip {
13- url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.3 .0.tar.gz" ;
14- hash = "sha256-ydEavD9z20wRwn9ZVX56ZI2T5i1tnm3LupVxfa30o84 =" ;
13+ url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.4 .0.tar.gz" ;
14+ hash = "sha256-ulIII5iJpM/W/VJB0HcdktEO2eb9T9J0ln2A1Z94dU4 =" ;
1515 } ;
1616 }
1717]
Original file line number Diff line number Diff line change 1010 wayland ,
1111 wayland-protocols ,
1212 wayland-scanner ,
13- zig_0_14 ,
13+ zig_0_15 ,
1414} :
1515
16+ let
17+ zig = zig_0_15 ;
18+ in
1619stdenv . mkDerivation ( finalAttrs : {
1720 pname = "river-bedload" ;
18- version = "0.1.1-unstable-2025-03-19 " ;
21+ version = "0.2.0 " ;
1922
2023 src = fetchFromSourcehut {
2124 owner = "~novakane" ;
2225 repo = "river-bedload" ;
23- rev = "4a2855ca2669372c346975dd6e1f612ca563b131 " ;
24- hash = "sha256-CQH2LQi2ga4YDD2ZYb998ExDJHK4TGHq5h3z94703Dc =" ;
26+ tag = "v ${ finalAttrs . version } " ;
27+ hash = "sha256-MOZju7mU/AtaSm9CJgb/UqYpCg697tefJC1yvQPK3S8 =" ;
2528 } ;
2629
2730 deps = callPackage ./build.zig.zon.nix { } ;
2831
2932 nativeBuildInputs = [
3033 pkg-config
31- zig_0_14 . hook
34+ zig . hook
3235 ] ;
3336
3437 buildInputs = [
Original file line number Diff line number Diff line change 11#! /usr/bin/env nix-shell
2- #! nix-shell -i bash -p bash jq zon2nix
2+ #! nix-shell -i bash -p bash jq zon2nix wget
33
44commit=$( nix-instantiate --eval -A river-bedload.src.rev | jq --raw-output)
55
You can’t perform that action at this time.
0 commit comments