prs: 0.2.11 -> 0.2.13

https://gitlab.com/timvisee/prs/-/blob/v0.2.13/CHANGELOG.md
This commit is contained in:
Robert Schütz 2021-07-25 08:07:17 +02:00
parent acf068cdb5
commit 7999f032ba

View file

@ -9,20 +9,21 @@
, gpgme
, gtk3
, libxcb
, libxkbcommon
}:
rustPlatform.buildRustPackage rec {
pname = "prs";
version = "0.2.11";
version = "0.2.13";
src = fetchFromGitLab {
owner = "timvisee";
repo = "prs";
rev = "v${version}";
sha256 = "sha256-jBHe3ZeB+GS+Ds8c6ySwoyyJfqoCWKSgIObg+z1TNmU=";
sha256 = "sha256-UZm147oNBbgagGKgJcaT5354Tl+MXkK+/bB+tuncH5o=";
};
cargoSha256 = "sha256-dhQuzzML817cDIsYuZElHZfq55AdZ20xeXTNm1nJPqk=";
cargoSha256 = "sha256-u31xzgZVlXbraq2lTRJCKZVoHqRg8iH2kE3tkq5NwLk=";
postPatch = ''
# The GPGME backend is recommended
@ -34,7 +35,14 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ gpgme installShellFiles pkg-config python3 ];
buildInputs = [ dbus glib gpgme gtk3 libxcb ];
buildInputs = [
dbus
glib
gpgme
gtk3
libxcb
libxkbcommon
];
postInstall = ''
for shell in bash fish zsh; do