pyrseas: fetch pgdbconn from tag
This commit is contained in:
parent
25e7d3949c
commit
9a4494a075
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
{ lib, pythonPackages, fetchFromGitHub }:
|
||||
|
||||
let
|
||||
pgdbconn = pythonPackages.buildPythonPackage {
|
||||
pgdbconn = pythonPackages.buildPythonPackage rec {
|
||||
pname = "pgdbconn";
|
||||
version = "0.8.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "perseas";
|
||||
repo = "pgdbconn";
|
||||
rev = "26c1490e4f32e4b5b925e5b82014ad106ba5b057";
|
||||
rev = "v${version}";
|
||||
sha256 = "09r4idk5kmqi3yig7ip61r6js8blnmac5n4q32cdcbp1rcwzdn6z";
|
||||
};
|
||||
# The tests are impure (they try to access a PostgreSQL server)
|
||||
|
|
Loading…
Reference in a new issue