1
Fork 0

river: Use upstream master branch of sandbar

No longer need to base it off of my fork as my changes have been merged
in to upstream sandbar.
This commit is contained in:
caem 2024-12-05 13:33:40 +01:00
parent bd8089d2d1
commit 146fdb2087
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -10,9 +10,9 @@
(final: prev: { (final: prev: {
sandbar = prev.sandbar.overrideAttrs (old: { sandbar = prev.sandbar.overrideAttrs (old: {
src = prev.fetchFromGitHub { src = prev.fetchFromGitHub {
owner = "c4em"; owner = "kolunmi";
repo = "sandbar"; repo = "sandbar";
rev = "45a8b6aa20066f1136c9acb7526fa98f208a74b6"; rev = "e64a8b788d086cdf4ec44b51e62bdc7b6b5f8165";
hash = "sha256-dNYYlm5CEdnvLjskrPJgquptIQpYgU+gxOu+bt+7sbw="; hash = "sha256-dNYYlm5CEdnvLjskrPJgquptIQpYgU+gxOu+bt+7sbw=";
}; };
}); });