Bump version
This commit is contained in:
parent
616ca2d32b
commit
236f3406c2
1 changed files with 4 additions and 4 deletions
|
@ -10,13 +10,13 @@ buildNpmPackage {
|
|||
version = "0";
|
||||
src = fetchgit {
|
||||
url = "https://gitdab.com/cadence/out-of-your-element.git";
|
||||
rev = "7d83f114bae92d4a992fdb0c5a44936c4e47994e";
|
||||
sha256 = "sha256-IoO9dkxdDZlKSCllimwhn5YuvOzX8tSwAf5Qhckqkk4=";
|
||||
rev = "efaa59ca9293a56b57d997d3dc7c5bd7564d07d4";
|
||||
sha256 = "sha256-KxpmqxELXWCAPefa2bHyFTtPkvZkaeZqEL9fi6w6rLw=";
|
||||
};
|
||||
npmDepsHash = "sha256-UqD1wj19Z23ZtW/J0uJ4Ft+gc9XWrbCz9tL2KkD03ZY=";
|
||||
npmDepsHash = "sha256-HNHEGez8X7CsoGYXqzB49o1pcCImfmGYIw9QKF2SbHo=";
|
||||
dontNpmBuild = true;
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [makeWrapper];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue