Merge pull request #150342 from r-ryantm/auto-update/Ajour

This commit is contained in:
Martin Weinelt
2021-12-12 02:30:54 +01:00
committed by GitHub
+5 -3
View File
@@ -11,6 +11,7 @@
, kdialog
, zenity
, openssl
, libglvnd
, libX11
, libxcb
, libXcursor
@@ -23,6 +24,7 @@
let
rpathLibs = [
libglvnd
libXcursor
libXi
libxkbcommon
@@ -34,16 +36,16 @@ let
in rustPlatform.buildRustPackage rec {
pname = "Ajour";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "casperstorm";
repo = "ajour";
rev = version;
sha256 = "sha256-tUm5d2JTvYyNFnKgId8mivWTB+v4TURZX293fMd11pk=";
sha256 = "sha256-oVaNLclU0EVNtxAASE8plXcC+clkwhBeb9pz1vXufV0=";
};
cargoSha256 = "sha256-SPmfXJLIA4OGEm/S2mi5xmIE9ng7hY3aHm/PCT7pg0E=";
cargoSha256 = "sha256-Q+wYBLsZN8YQtUJfrxmjImbnWRPmngJPB8sDG65LuJY=";
nativeBuildInputs = [
autoPatchelfHook