Skip to content

Commit

Permalink
Nix derivation files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelBoucey committed Jun 13, 2024
1 parent 4052d78 commit e6fb94e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nanoid.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
}:
mkDerivation {
pname = "NanoID";
version = "3.4.0.1";
sha256 = "43785ef712a39c1b03e66b332d405083f95034a082494de871d0099d798c62bc";
version = "3.4.0.2";
src = ./.;
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
Expand Down
4 changes: 4 additions & 0 deletions release.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
let
pkgs = import <nixpkgs> { };
in
{ ip6addr = pkgs.haskellPackages.callPackage ./nanoid.nix { }; }

0 comments on commit e6fb94e

Please sign in to comment.