fishPlugins.hydro: 2024-03-24 -> 2024-11-02 (#379102)

This commit is contained in:
Pyrox 2025-02-07 09:18:26 -05:00 committed by GitHub
commit 02878e4a63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildFishPlugin rec {
pname = "hydro";
version = "0-unstable-2024-03-24";
version = "0-unstable-2024-11-02";
src = fetchFromGitHub {
owner = "jorgebucaran";
repo = "hydro";
rev = "bc31a5ebc687afbfb13f599c9d1cc105040437e1";
hash = "sha256-0MMiM0NRbjZPJLAMDXb+Frgm+du80XpAviPqkwoHjDA=";
rev = "9c93b89573bd722f766f2190a862ae55e728f6ba";
hash = "sha256-QYq4sU41/iKvDUczWLYRGqDQpVASF/+6brJJ8IxypjE=";
};
meta = with lib; {