remmina: 1.2.31.3 -> 1.2.31.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
remmina
This commit is contained in:
R. RyanTM 2018-09-06 12:44:14 -07:00
parent 6767396e38
commit 43c8aa89a6

View File

@ -10,7 +10,7 @@
}:
let
version = "1.2.31.3";
version = "1.2.31.4";
desktopItem = makeDesktopItem {
name = "remmina";
@ -29,7 +29,7 @@ in stdenv.mkDerivation {
owner = "Remmina";
repo = "Remmina";
rev = "v${version}";
sha256 = "0lvang4587wz292c3k3s8n4icc25cia1phmij34ndrl1f9lg34dp";
sha256 = "1jx704f5zjns3nqy0ffgyfaxfxcxp83mfm5k539xfnqjn5g5h1qr";
};
nativeBuildInputs = [ pkgconfig ];