seabird: 0.2.2 -> 0.3.2

This commit is contained in:
Nicolas Goudry 2024-05-06 11:26:22 +02:00
parent d134ec1ad3
commit df3a7ef0a0
No known key found for this signature in database
GPG Key ID: 5FC434D9FFD1DF44

View File

@ -14,16 +14,16 @@
buildGo122Module rec { buildGo122Module rec {
pname = "seabird"; pname = "seabird";
version = "0.2.2"; version = "0.3.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "getseabird"; owner = "getseabird";
repo = "seabird"; repo = "seabird";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-wrZLWDTgcUS8snCqc5rInqitAkrsStL8zmc8vjl4ApQ="; hash = "sha256-MZEgzTwaBNXLimSj/vXR624DCJ7i2W5lYUdVxqvFii0=";
}; };
vendorHash = "sha256-z9l6g5NkAErRQo8oiqwKG9ssm8K2S+eSZBD0w4kO3kc="; vendorHash = "sha256-g7qKI78VeDUu8yafrk2llCIirW/1uxfx6urVLRexsPE=";
nativeBuildInputs = [ nativeBuildInputs = [
copyDesktopItems copyDesktopItems