mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00:00
sequeler: 0.7.4 -> 0.7.9
Changelogs: - https://github.com/Alecaddd/sequeler/releases/tag/v0.7.5 - https://github.com/Alecaddd/sequeler/releases/tag/v0.7.6 - https://github.com/Alecaddd/sequeler/releases/tag/v0.7.7 - https://github.com/Alecaddd/sequeler/releases/tag/v0.7.8 - https://github.com/Alecaddd/sequeler/releases/tag/v0.7.9
This commit is contained in:
parent
9c7486f8a5
commit
cca2fe91ad
@ -11,13 +11,13 @@ let
|
|||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "sequeler";
|
pname = "sequeler";
|
||||||
version = "0.7.4";
|
version = "0.7.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Alecaddd";
|
owner = "Alecaddd";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0ki8dganj6hmvg5qwdlc3y0a4pdmx7454np790yf5wnqb6ixb6gv";
|
sha256 = "117gcc41rd24y5hpm3drqxfcfz52smpcr8w76xnykx8wb1ac50jf";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkgconfig vala gettext wrapGAppsHook python3 desktop-file-utils ];
|
nativeBuildInputs = [ meson ninja pkgconfig vala gettext wrapGAppsHook python3 desktop-file-utils ];
|
||||||
|
Loading…
Reference in New Issue
Block a user