seabird: 0.5.1 -> 0.6.0 (#433464)

This commit is contained in:
Wolfgang Walther 2025-08-18 07:44:45 +00:00 committed by GitHub
commit b2f07cb961
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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