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

pocket-id: 0.48.0 -> 0.49.0 (#401614)

parents 52eec430 841ffce7
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.48.0";
  version = "0.49.0";

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

  backend = buildGoModule {