seabird: 0.5.1 -> 0.6.0

This commit is contained in:
R. Ryantm 2025-08-13 19:25:27 +00:00
parent 64cf35ea43
commit 64cfcb2a98

View File

@ -15,16 +15,16 @@
buildGoModule rec { buildGoModule rec {
pname = "seabird"; pname = "seabird";
version = "0.5.1"; version = "0.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "getseabird"; owner = "getseabird";
repo = "seabird"; repo = "seabird";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-y+QIBqU3kAxedhWLnu07m9HQOCgHfOvVscIxxWtUcZo="; hash = "sha256-z+XEOqr7JX376AyGr0zx3AV3P+YqFbyspXMoxidCWY0=";
}; };
vendorHash = "sha256-4o9z4XjtW7kNHAb8L0kuq9rgQzTwvAAXcl6+RIGjmqI="; vendorHash = "sha256-hPvMSAHWtcJULE9t8TKx8r0OpI9V287UPVACeORqOHA=";
nativeBuildInputs = [ nativeBuildInputs = [
copyDesktopItems copyDesktopItems