[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #326113 from GaetanLepage/river
Browse files Browse the repository at this point in the history
river: 0.3.3 -> 0.3.4
  • Loading branch information
JohnRTitor committed Jul 10, 2024
2 parents 58b3ee6 + 4fc5e5b commit f877ef1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ri/river/build.zig.zon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ linkFarm "zig-packages" [
};
}
{
name = "1220c65ab884c236cc950b564c70f6cd04046d86485ee76e0cde886cef7438021b4f";
name = "1220bb5e5c802c517425bc1d8d8d43d7b7fe5eb81ce4c46b15ce829d67ddadc55418";
path = fetchzip {
url = "https://codeberg.org/ifreund/zig-wlroots/archive/v0.17.1.tar.gz";
hash = "sha256-rVI/tJD3cx8b+nGTG5u08/RYoI179oDY7AY0riTntA0=";
url = "https://codeberg.org/ifreund/zig-wlroots/archive/v0.17.2.tar.gz";
hash = "sha256-vS/tv7PAUR+BYgEGJHHGNKDxqgSCBsVFV+w9oeV5sJU=";
};
}
{
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/ri/river/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

stdenv.mkDerivation (finalAttrs: {
pname = "river";
version = "0.3.3";
version = "0.3.4";

outputs = [ "out" ] ++ lib.optionals withManpages [ "man" ];

Expand All @@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
repo = "river";
rev = "refs/tags/v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-DYaxtYJLZQqE2SyPfWec/zXsZKRnxK2QNgOkM7GJkLI=";
hash = "sha256-a8Xz9VZtwmyynYHL0vNDoWqZmvdRoBmNh2jcaIO72bE=";
};

deps = callPackage ./build.zig.zon.nix { };
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/ri/river/update.nu
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ let latest_tag = list-git-tags --url=https://codeberg.org/river/river | lines |
update-source-version river $latest_tag

http get $"https://codeberg.org/river/river/raw/tag/v($latest_tag)/build.zig.zon" | save build.zig.zon
zon2nix > pkgs/by-name/ri/river/build.zig.zon.nix
zon2nix | save -f pkgs/by-name/ri/river/build.zig.zon.nix
rm build.zig.zon

0 comments on commit f877ef1

Please sign in to comment.