Unverified Commit b2f07cb9 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

seabird: 0.5.1 -> 0.6.0 (#433464)

parents 635abe8a 64cfcb2a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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