Skip to content

Commit c51b522

Browse files
river-bedload: 0.1.1-unstable-2025-03-19 -> 0.2.0 (#468012)
2 parents 9173d2c + e345026 commit c51b522

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

pkgs/by-name/ri/river-bedload/build.zig.zon.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
linkFarm "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
]

pkgs/by-name/ri/river-bedload/package.nix

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,28 @@
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
1619
stdenv.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 = [

pkgs/by-name/ri/river-bedload/update-build-zig-zon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
commit=$(nix-instantiate --eval -A river-bedload.src.rev | jq --raw-output)
55

0 commit comments

Comments
 (0)