mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
libgourou: 0.8.2 -> 0.8.7
This commit is contained in:
parent
6325ef64df
commit
64aa7ba7f0
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libgourou";
|
pname = "libgourou";
|
||||||
version = "0.8.2";
|
version = "0.8.7";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
sha256 = "sha256-adkrvBCgN07Ir+J3JFCy+X9p9609lj1w8nElrlHXTxc";
|
|
||||||
url = "https://forge.soutade.fr/soutade/libgourou/archive/v${version}.tar.gz";
|
url = "https://forge.soutade.fr/soutade/libgourou/archive/v${version}.tar.gz";
|
||||||
|
hash = "sha256-Tkft/pe3lH07pmyVibTEutIIvconUWDH1ZVN3qV4sSY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue