mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
piped: 0-unstable-2024-11-04 -> 0-unstable-2026-07-06
Assisted-by: Grok (xAI)
This commit is contained in:
@@ -12,13 +12,13 @@ let
|
||||
in
|
||||
buildNpmPackage rec {
|
||||
pname = "piped";
|
||||
version = "0-unstable-2024-11-04";
|
||||
version = "0-unstable-2026-07-06";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "TeamPiped";
|
||||
repo = "piped";
|
||||
rev = "7866c06801baef16ce94d6f4dd0f8c1b8bc88153";
|
||||
hash = "sha256-o3TwE0s5rim+0VKR+oW9Rv3/eQRf2dgRQK4xjZ9pqCE=";
|
||||
rev = "335b10d0c02e407b4ba9113e32912b0d783ad455";
|
||||
hash = "sha256-vcXmsgDZJ3v/1XNXtU3v9GWlDJBatXK9peTPVQe5De0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pnpm ];
|
||||
@@ -39,7 +39,7 @@ buildNpmPackage rec {
|
||||
pnpm
|
||||
;
|
||||
fetcherVersion = 4;
|
||||
hash = "sha256-o5NKMMIVPkKiPx++ALcZ+3oN80DMQHPwQqGT4f4q5P8=";
|
||||
hash = "sha256-55nG7tfXtxnyfZop+8Wg8rSFOHQi0TjRc0QT16erX1E=";
|
||||
};
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
|
||||
Reference in New Issue
Block a user