Merge pull request #46195 from r-ryantm/auto-update/remmina

remmina: 1.2.31.3 -> 1.2.31.4
This commit is contained in:
Ryan Mulligan
2018-09-10 20:50:26 -07:00
committed by GitHub

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 ];