Bump version

This commit is contained in:
Henry Hiles 2025-06-21 09:40:23 -04:00
commit 236f3406c2
No known key found for this signature in database

View file

@ -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