Unverified Commit c1bc5054 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

session-desktop: 1.17.17 -> 1.18.0 (#508569)

parents 92a8144a 33358e17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "session-desktop";
  version = "1.17.17";
  version = "1.18.0";
  src =
    (fetchFromGitHub {
      owner = "session-foundation";
@@ -123,7 +123,7 @@ stdenv.mkDerivation (finalAttrs: {
        rm -rf .git
        popd
      '';
      hash = "sha256-YqDkL91PbgNlaDnfCpZn6oL2r4z0zClRb4OGys4o2Yw=";
      hash = "sha256-xulsnbC3C7n+4hFeuzRS8XzzYTO6T2vR3jBxTkxHFHE=";
    }).overrideAttrs
      (oldAttrs: {
        # https://github.com/NixOS/nixpkgs/issues/195117#issuecomment-1410398050