Unverified Commit df3a7ef0 authored by Nicolas Goudry's avatar Nicolas Goudry
Browse files

seabird: 0.2.2 -> 0.3.2

parent d134ec1a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@

buildGo122Module rec {
  pname = "seabird";
  version = "0.2.2";
  version = "0.3.2";

  src = fetchFromGitHub {
    owner = "getseabird";
    repo = "seabird";
    rev = "v${version}";
    hash = "sha256-wrZLWDTgcUS8snCqc5rInqitAkrsStL8zmc8vjl4ApQ=";
    hash = "sha256-MZEgzTwaBNXLimSj/vXR624DCJ7i2W5lYUdVxqvFii0=";
  };

  vendorHash = "sha256-z9l6g5NkAErRQo8oiqwKG9ssm8K2S+eSZBD0w4kO3kc=";
  vendorHash = "sha256-g7qKI78VeDUu8yafrk2llCIirW/1uxfx6urVLRexsPE=";

  nativeBuildInputs = [
    copyDesktopItems