-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e6d2474 beaks nix build
#512
Comments
This patch brings me one step further: diff --git a/.nix/brick.nix b/.nix/brick.nix
index 1db9b3a..ba53c8f 100644
--- a/.nix/brick.nix
+++ b/.nix/brick.nix
@@ -6,8 +6,8 @@
}:
mkDerivation {
pname = "brick";
- version = "1.5";
- sha256 = "6290081719d68c149dc9bd0098f36aac235b615334a3510fda89e19bbdb95f4f";
+ version = "2.1.1";
+ sha256 = "30280d6f7130eb3e6cbf5a55465a06a825169cb536d3b2e91883aec23532b31e";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
diff --git a/.nix/text-zipper.nix b/.nix/text-zipper.nix
index d93fa9d..b852733 100644
--- a/.nix/text-zipper.nix
+++ b/.nix/text-zipper.nix
@@ -2,8 +2,8 @@
}:
mkDerivation {
pname = "text-zipper";
- version = "0.12";
- sha256 = "86aba7244c9ed0d8e24e9d1fa64ee317a062e7bd777018053517daefb0696702";
+ version = "0.13";
+ sha256 = "06521cc7c435f8e85aeb3ed3f2b872000c52087d73518de31e65bdca072a98a9";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base deepseq text vector ];
testHaskellDepends = [ base hspec QuickCheck text ];
diff --git a/.nix/vty.nix b/.nix/vty.nix
index 16f88b2..68ecbc7 100644
--- a/.nix/vty.nix
+++ b/.nix/vty.nix
@@ -8,8 +8,8 @@
}:
mkDerivation {
pname = "vty";
- version = "5.36";
- sha256 = "f1bb8d161f467801404b60d8754c496af66cb741a3f04e5b013a6890390c04a5";
+ version = "6.1";
+ sha256 = "2fc64b7d09f16bce9c6456e234e6aca3a86be9a40f360435499fc087b94f7bd6";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ build log extract :
|
@romanofski could you please take a look at this? |
Yeah can confirm. @lucc do you want to file your patch as a PR? |
Fixed in #514 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Since e6d2474 the nix flake does not build purepred sucesfully.
To Reproduce
command:
nix build github:purebred-mua/purebred
log:
Expected behavior
nix build
should sucesfully build purebred, likenix build github:purebred-mua/purebred/43f5ed3d32b373615ab0c622f14235ca2bb18288
does.Additional context
@frasertweedale I think you forgot to update brick in the .nix folder.
The text was updated successfully, but these errors were encountered: