mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
gnome3.atomix: 3.29.3 → 3.30.0.1
This commit is contained in:
parent
1f914b56e8
commit
269f7f56c4
@ -3,13 +3,13 @@
|
||||
|
||||
let
|
||||
pname = "atomix";
|
||||
version = "3.29.3";
|
||||
version = "3.30.0.1";
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "1k8bvwywpvw5f13pw40brk6c3rz2mdz9cd4zhcawg7qdm77dvcvb";
|
||||
sha256 = "0hvr36m8ixa172zblv29fga1cn9yb84zqbisb21msfkwia2pabw3";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ meson ninja pkgconfig gettext wrapGAppsHook python3 ];
|
||||
|
Loading…
Reference in New Issue
Block a user