1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

river: 0.3.5 -> 0.3.6

https://codeberg.org/river/river/releases/tag/v0.3.6
This commit is contained in:
Adam Stephens 2024-12-09 18:01:26 +00:00 committed by Adam C. Stephens
parent 33fe023937
commit 8fccdde2b7
No known key found for this signature in database
2 changed files with 9 additions and 9 deletions

View file

@ -3,13 +3,6 @@
{ linkFarm, fetchzip }:
linkFarm "zig-packages" [
{
name = "12204d789e17c158971f69c7b900e8d8f288e7b9e42b2242f3adfbca57e8266d848f";
path = fetchzip {
url = "https://codeberg.org/ifreund/zig-wlroots/archive/v0.18.0.tar.gz";
hash = "sha256-KDOroHrrye4vlYKyAk8/6CF0+6nzJ/bbETZQhSbrSSk=";
};
}
{
name = "1220687c8c47a48ba285d26a05600f8700d37fc637e223ced3aa8324f3650bf52242";
path = fetchzip {
@ -17,6 +10,13 @@ linkFarm "zig-packages" [
hash = "sha256-dvit+yvc0MnipqWjxJdfIsA6fJaJZOaIpx4w4woCxbE=";
};
}
{
name = "122083317b028705b5d27be12976feebf17066a4e51802b3b5e9f970bec580e433e1";
path = fetchzip {
url = "https://codeberg.org/ifreund/zig-wlroots/archive/v0.18.1.tar.gz";
hash = "sha256-fru44ZCuDpd8fc5qp80oAcQO3Jwy3ouywWURhltek+U=";
};
}
{
name = "12209db20ce873af176138b76632931def33a10539387cba745db72933c43d274d56";
path = fetchzip {

View file

@ -23,7 +23,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "river";
version = "0.3.5";
version = "0.3.6";
outputs = [ "out" ] ++ lib.optionals withManpages [ "man" ];
@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
repo = "river";
rev = "refs/tags/v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-NUKjQOT6UgNYCebeHMxOhX08r3493IOL3qHZivEcbAg=";
hash = "sha256-bLUotGbKHlMxNn8kC613cFp41qTXoxtwo0O4mZQLl7w=";
};
deps = callPackage ./build.zig.zon.nix { };