Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f78835e791c8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ec754cd65747
Choose a head ref
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Nov 18, 2018

  1. remmina: 1.2.32 -> 1.2.32.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/remmina/versions
    r-ryantm committed Nov 18, 2018
    Copy the full SHA
    c79d621 View commit details
  2. Copy the full SHA
    e354db0 View commit details
  3. Merge pull request #50571 from r-ryantm/auto-update/remmina

    remmina: 1.2.32 -> 1.2.32.1
    ryantm authored Nov 18, 2018
    Copy the full SHA
    ec754cd View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/remote/remmina/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/remote/remmina/default.nix
Original file line number Diff line number Diff line change
@@ -13,13 +13,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "remmina";
version = "1.2.32";
version = "1.2.32.1";

src = fetchFromGitLab {
owner = "Remmina";
repo = "Remmina";
rev = "v${version}";
sha256 = "15szv1xs6drxq6qyksmxcfdz516ja4zm52r4yf6hwij3fgl8qdpw";
sha256 = "1b77gs68j5j4nlv69vl81d0kp2623ysvshq7495y6hq5wgi5l3gc";
};

nativeBuildInputs = [ cmake ninja pkgconfig wrapGAppsHook ];