mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-06-27 17:23:30 +02:00
fix package grr
This commit is contained in:
parent
410d4e44a8
commit
a2dcd3019f
@ -7,11 +7,11 @@
|
|||||||
}:
|
}:
|
||||||
buildNpmPackage {
|
buildNpmPackage {
|
||||||
pname = "delete-your-element";
|
pname = "delete-your-element";
|
||||||
version = "3.1-unstable-2025-06-22";
|
version = "3.1-unstable-2025-06-23";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.pvv.ntnu.no/Drift/delete-your-element.git";
|
url = "https://git.pvv.ntnu.no/Drift/delete-your-element.git";
|
||||||
rev = "cdc3b95858419568c7058d4f0056b14dbbf1152b";
|
rev = "67658bf68026918163a2e5c2a30007364c9b2d2d";
|
||||||
sha256 = "sha256-v6PFyduwve6uwqBB5mzXMP09GwaxGjv1xIzgs/Eeolc=";
|
sha256 = "sha256-jSQ588kwvAYCe6ogmO+jDB6Hi3ACJ/3+rC8M94OVMNw=";
|
||||||
};
|
};
|
||||||
npmDepsHash = "sha256-HNHEGez8X7CsoGYXqzB49o1pcCImfmGYIw9QKF2SbHo=";
|
npmDepsHash = "sha256-HNHEGez8X7CsoGYXqzB49o1pcCImfmGYIw9QKF2SbHo=";
|
||||||
dontNpmBuild = true;
|
dontNpmBuild = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user