We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2988feb commit 90a1a4aCopy full SHA for 90a1a4a
1 file changed
pkgs/applications/misc/girara/default.nix
@@ -3,13 +3,13 @@
3
4
stdenv.mkDerivation rec {
5
pname = "girara";
6
- version = "0.3.4";
+ version = "0.3.5";
7
8
outputs = [ "out" "dev" ];
9
10
src = fetchurl {
11
url = "https://git.pwmt.org/pwmt/${pname}/-/archive/${version}/${pname}-${version}.tar.gz";
12
- sha256 = "08zdsr4zwi49facsl5596l0g1xqqv2jk3sqk841gkxwawcggim44";
+ sha256 = "1n3i960b458172mc3pkq7m9dn5qxry6fms3c3k06v27cjp5whsyf";
13
};
14
15
nativeBuildInputs = [ meson ninja pkgconfig gettext check dbus xvfb_run ];
0 commit comments