mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
libgtop: update from 2.28.4 to 2.28.5
This commit is contained in:
parent
6ba2d327b6
commit
96f551a8f9
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
{ stdenv, fetchurl, glib, pkgconfig, perl, intltool }:
|
||||
stdenv.mkDerivation {
|
||||
name = "libgtop-2.28.4";
|
||||
name = "libgtop-2.28.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://gnome/sources/libgtop/2.28/libgtop-2.28.4.tar.xz;
|
||||
sha256 = "1n71mg82k8m7p6kh06vgb1hk4y9cqwk1lva53pl7w9j02pyrqqdn";
|
||||
url = mirror://gnome/sources/libgtop/2.28/libgtop-2.28.5.tar.xz;
|
||||
sha256 = "0hik1aklcn79irgw1xf7d6cfkw8hzmy46r9jyfhp32aawisc24n8";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ glib ];
|
||||
|
|
Loading…
Reference in a new issue