Update ooye
This commit is contained in:
parent
11cc65efa2
commit
fe1e8f2884
4 changed files with 11 additions and 10 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
result
|
||||
registration.json
|
||||
registration.yaml
|
||||
ooye-src/
|
||||
ooye-src/
|
||||
ooye.db
|
||||
|
|
|
@ -11,10 +11,10 @@ buildNpmPackage rec {
|
|||
version = "0";
|
||||
src = fetchgit {
|
||||
url = "https://gitdab.com/cadence/out-of-your-element.git";
|
||||
rev = "bf01db13d66f4251dda4f20f3ef16a44f593d4ab";
|
||||
sha256 = "/Q21Q4lhFXQOdGBhLBDfHnk/9WFSKjLiSzs96ugEcLU=";
|
||||
rev = "890e80854f97881b1d690991c7dccb6d67fb887a";
|
||||
sha256 = "E5uYWAatx9QsYKZcA0dD1yT5xIp/YDrVHpnXO0aFQ7Y=";
|
||||
};
|
||||
npmDepsHash = "sha256-1STam+Sjy2MQcK5TmRacoxmgErd2sNqw0yIFX2M+iZk=";
|
||||
npmDepsHash = "sha256-UqD1wj19Z23ZtW/J0uJ4Ft+gc9XWrbCz9tL2KkD03ZY=";
|
||||
dontNpmBuild = true;
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
|
10
flake.lock
generated
10
flake.lock
generated
|
@ -2,15 +2,15 @@
|
|||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1734119587,
|
||||
"narHash": "sha256-AKU6qqskl0yf2+JdRdD0cfxX4b9x3KKV5RqA6wijmPM=",
|
||||
"owner": "nixos",
|
||||
"lastModified": 1749285348,
|
||||
"narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "3566ab7246670a43abd2ffa913cc62dad9cdf7d5",
|
||||
"rev": "3e3afe5174c561dee0df6f2c2b2236990146329f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
description = "A very basic flake";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs }: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue