Commit 7f28e17d authored by R. RyanTM's avatar R. RyanTM Committed by github-actions[bot]
Browse files

gnomeExtensions.gsconnect: 58 -> 62

(cherry picked from commit 3cc678fa)
parent 4a4ef96b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

stdenv.mkDerivation rec {
  pname = "gnome-shell-extension-gsconnect";
  version = "58";
  version = "62";

  outputs = [
    "out"
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
    owner = "GSConnect";
    repo = "gnome-shell-extension-gsconnect";
    rev = "v${version}";
    hash = "sha256-bpy4G+f3NJ2iVsycPluV+98at0G2wlp7t5cPEMGM90s=";
    hash = "sha256-HFm04XC61AjkJSt4YBc4dO9v563w+LsYDSaZckPYE14=";
  };

  patches = [