Loading pkgs/by-name/co/codd/generated.nix +2 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ }: mkDerivation { pname = "codd"; version = "0.1.6"; version = "0.1.8"; src = ./.; isLibrary = true; isExecutable = true; Loading Loading @@ -72,6 +72,7 @@ mkDerivation { unliftio unliftio-core unordered-containers uuid vector ]; executableHaskellDepends = [ Loading pkgs/by-name/co/codd/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,18 +14,18 @@ ############## let # Haxl has relatively tight version requirements and is thus often marked as broken. # Haxl has relatively tight version requirements and is often marked as broken. haxlJailbroken = haskell.lib.markUnbroken (haskell.lib.doJailbreak haskellPackages.haxl); generated = haskellPackages.callPackage ./generated.nix { haxl = haxlJailbroken; }; derivationWithVersion = haskell.lib.compose.overrideCabal rec { version = "0.1.6"; version = "0.1.8"; src = fetchFromGitHub { owner = "mzabani"; repo = "codd"; tag = "v${version}"; hash = "sha256-KdZCL09TERy/PolQyYYykEbPtG5yhxrLZSSo9n6p2WE="; hash = "sha256-7MKlR3oepOwlBwiEpzz3NFepEYGqROT5RrYoe/vvBKM="; }; # We only run codd's tests that don't require postgresql nor strace. We need to support unix sockets in codd's test suite Loading Loading
pkgs/by-name/co/codd/generated.nix +2 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ }: mkDerivation { pname = "codd"; version = "0.1.6"; version = "0.1.8"; src = ./.; isLibrary = true; isExecutable = true; Loading Loading @@ -72,6 +72,7 @@ mkDerivation { unliftio unliftio-core unordered-containers uuid vector ]; executableHaskellDepends = [ Loading
pkgs/by-name/co/codd/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,18 +14,18 @@ ############## let # Haxl has relatively tight version requirements and is thus often marked as broken. # Haxl has relatively tight version requirements and is often marked as broken. haxlJailbroken = haskell.lib.markUnbroken (haskell.lib.doJailbreak haskellPackages.haxl); generated = haskellPackages.callPackage ./generated.nix { haxl = haxlJailbroken; }; derivationWithVersion = haskell.lib.compose.overrideCabal rec { version = "0.1.6"; version = "0.1.8"; src = fetchFromGitHub { owner = "mzabani"; repo = "codd"; tag = "v${version}"; hash = "sha256-KdZCL09TERy/PolQyYYykEbPtG5yhxrLZSSo9n6p2WE="; hash = "sha256-7MKlR3oepOwlBwiEpzz3NFepEYGqROT5RrYoe/vvBKM="; }; # We only run codd's tests that don't require postgresql nor strace. We need to support unix sockets in codd's test suite Loading