Commit 66bfff47 authored by Bruno Bigras's avatar Bruno Bigras
Browse files

remmina: 1.4.39 -> 1.4.40

parent 32a40c2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,13 +51,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "remmina";
  version = "1.4.39";
  version = "1.4.40";

  src = fetchFromGitLab {
    owner = "Remmina";
    repo = "Remmina";
    rev = "v${finalAttrs.version}";
    hash = "sha256-gsQtPa6NLQC3nMfemmZv416hyqFg8Z1GDMALhNaPAOw=";
    hash = "sha256-AfZ9tWoaZTRs7GZOdli74e7/X/OMgbvfez9BipoZ/ng=";
  };

  nativeBuildInputs = [