Commit 0bcf9f36 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel
Browse files
parent 7c4cc647
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 = "56";
  version = "57";

  outputs = [ "out" "installedTests" ];

@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
    owner = "GSConnect";
    repo = "gnome-shell-extension-gsconnect";
    rev = "v${version}";
    hash = "sha256-V2L65Fz1WcJE2ENE8uNgIuVSXLDHokcgM4Caz1sOdZM=";
    hash = "sha256-0o5CEkdFPL7bZkHIA/zFWB8sY1OYROl4P3rl24+lze0=";
  };

  patches = [