8000 nixpkgs-version.nix: upgrade to the latest master · LumiGuide/haskell-opencv@e3e0230 · GitHub
[go: up one dir, main page]

Skip to content

Commit e3e0230

Browse files
committed
nixpkgs-version.nix: upgrade to the latest master
Includes: commit 8347028c214e3359317059cdfd8c6c312578d2e6 (LumiGuide/opencv-4.0.1, opencv-4.0.1) Author: Bas van Dijk <v.dijk.bas@gmail.com> Date: Sat Dec 22 17:26:12 2018 +0100 opencv4: 4.0.0 -> 4.0.1 commit b2ea55787933b1bd0e2807165e45ea56939758b2 Author: Bas van Dijk <v.dijk.bas@gmail.com> Date: Sat Dec 22 17:24:21 2018 +0100 opencv3: 3.4.4 -> 3.4.5
1 parent 464e950 commit e3e0230

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nixpkgs-version.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
rev = "e0a64fbb7ce1893b39ebeff1f4018ae4f49a7192";
3-
sha256 = "0b7xkwfy4hkjhd32qn62xnra0h2xs1kg72yhhb5n4qh8jbk8cf44";
2+
rev = "ee42dab3302b90da705fae86b3c13af214343c6d";
3+
sha256 = "07162a7f15n72i23r697vf214n2l6x69b86fc0iskzss844km4cj";
44
}

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extra-lib-dirs:
1111
- /usr/local/lib
1212

1313
nix:
14-
path: [ "nixpkgs=https://github.com/NixOS/nixpkgs/archive/e0a64fbb7ce1893b39ebeff1f4018ae4f49a7192.tar.gz" ]
14+
path: [ "nixpkgs=https://github.com/NixOS/nixpkgs/archive/ee42dab3302b90da705fae86b3c13af214343c6d.tar.gz" ]
1515
packages: [ zlib pkgconfig opencv3 ]
1616

1717
# Uncomment if you wish to use Docker integration

0 commit comments

Comments
 (0)
0