Unverified Commit 914bccb3 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

readeck: 0.21.5 -> 0.22.2 (#496524)

parents 7cf1fc10 2798f785
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -6,17 +6,18 @@
  nodejs_22,
  npmHooks,
  python3,
  nix-update-script,
}:

buildGoModule (finalAttrs: {
  pname = "readeck";
  version = "0.21.5";
  version = "0.22.2";

  src = fetchFromCodeberg {
    owner = "readeck";
    repo = "readeck";
    tag = finalAttrs.version;
    hash = "sha256-9M9Bgl1CJ35x/Onlk5xUNCFkZKW40efF6qMOM+2/HR0=";
    hash = "sha256-0arC5t7FlW5+AyGF9FuIPc+aeF+CMKIzO1vLJ7aisQE=";
  };

  nativeBuildInputs = [
@@ -61,10 +62,12 @@ buildGoModule (finalAttrs: {

  npmDeps = fetchNpmDeps {
    src = "${finalAttrs.src}/web";
    hash = "sha256-znUKRaUdx6GXD2YL6hs0iveaAAHQ8H9n4NHZFi331+g=";
    hash = "sha256-80mh7fATUKf9G/JGsfHYHOLjr/je7g0uRdRGqBWapnY=";
  };

  vendorHash = "sha256-2MB7v5oG/LcEKtgbFNxPXSI8TljpbqYUrI7pvu7m+e8=";
  vendorHash = "sha256-4cLv7eYNzj+YzrinbEg7tT+JkEen+C5ypg3NTQOB6FM=";

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "Web application that lets you save the readable content of web pages you want to keep forever";