mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 20:23:02 +00:00
Merge pull request #261387 from Scrumplex/pkgs/cowql/1.15.3
cowsql: 0.15.2 -> 1.15.3
This commit is contained in:
commit
6e3f1d2ca9
@ -10,14 +10,14 @@
|
|||||||
, gitUpdater
|
, gitUpdater
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "cowsql";
|
pname = "cowsql";
|
||||||
version = "0.15.2";
|
version = "1.15.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cowsql";
|
owner = "cowsql";
|
||||||
repo = "cowsql";
|
repo = "cowsql";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${finalAttrs.version}";
|
||||||
hash = "sha256-+za3pIcV4BhoImKvJlKatCK372wL4OyPbApQvGxGGGk=";
|
hash = "sha256-+za3pIcV4BhoImKvJlKatCK372wL4OyPbApQvGxGGGk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -55,4 +55,4 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ adamcstephens ];
|
maintainers = with maintainers; [ adamcstephens ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user