Unverified Commit 57c471ea authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

pocket-id: 0.49.0 -> 0.51.0 (#403109)

parents 9c133e83 f3479967
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "pocket-id";
  version = "0.49.0";
  version = "0.51.0";

  src = fetchFromGitHub {
    owner = "pocket-id";
    repo = "pocket-id";
    tag = "v${finalAttrs.version}";
    hash = "sha256-fyyeYArjhsS/R9VsZsRM3oO5fz8EUqjNIuvFJpGZbds=";
    hash = "sha256-tNPbowMytALmvJ1H8IWCmXIQFlXKEHA5+T9FWdpaLi0=";
  };

  backend = buildGoModule {