Update ooye, drop pins patch
2 files changed, 6 insertions, 8 deletions
diff --git a/default.nix b/default.nix
index ec2439d..d049315 100644
--- a/default.nix
+++ b/default.nix
@@ -11,14 +11,12 @@ buildNpmPackage {
version = "0";
src = fetchgit {
url = "https://gitdab.com/cadence/out-of-your-element.git";
- rev = "d8e6de62e50b75e02fdfc9d57fc613d561faa033";
- sha256 = "sha256-V99u6qLxuhcHoUYMlxuVI68dO5voeRkl2sC6eEaC9Bw=";
+ rev = "3de762d42852174c2876845dd4eacdb1698a3647";
+ sha256 = "sha256-a8P5TOWz+UIdiYz3azOMEGUAIKB5I4sLle91SATNGh0=";
};
- npmDepsHash = "sha256-TzXkgBzGYegtmhC2ZaBpyNBKmezO+AHM/jUa9HN+IsQ=";
+ npmDepsHash = "sha256-ByAwC7T3AoJrIWBBmQkQyRC4CMhieB88FfREKgr67YE=";
dontNpmBuild = true;
- patches = [ ./0001-fox.patch ];
-
nativeBuildInputs = [ makeWrapper ];
installPhase =
diff --git a/flake.lock b/flake.lock
index 3c2b40c..a963538 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1758277210,
- "narHash": "sha256-iCGWf/LTy+aY0zFu8q12lK8KuZp7yvdhStehhyX1v8w=",
+ "lastModified": 1760038930,
+ "narHash": "sha256-Oncbh0UmHjSlxO7ErQDM3KM0A5/Znfofj2BSzlHLeVw=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "8eaee110344796db060382e15d3af0a9fc396e0e",
+ "rev": "0b4defa2584313f3b781240b29d61f6f9f7e0df3",
"type": "github"
},
"original": {
|