mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
poco: 1.12.5p2 -> 1.13.2
This commit is contained in:
parent
8ef6d577a5
commit
72f2352214
@ -3,12 +3,12 @@
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "poco";
|
||||
|
||||
version = "1.12.5p2";
|
||||
version = "1.13.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pocoproject";
|
||||
repo = "poco";
|
||||
sha256 = "sha256-UAseNOC9n+OooDl4E67qcndJ02fAgmp2d8Ii/IyPvhg=";
|
||||
sha256 = "sha256-GcwkGiui9j9RzMQyEEmqq8dxWzKpv5xWxJgvJpSMdbw=";
|
||||
rev = "poco-${version}-release";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user