Unverified Commit 906535b6 authored by piegames's avatar piegames Committed by GitHub
Browse files

Merge pull request #260136: gnomeExtensions.easyScreenCast: 1.7.0->1.7.1

parents 2b7b4f3e dee45a49
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gnome-shell-extension-EasyScreenCast";
  version = "1.7.0";
  version = "1.7.1";

  src = fetchFromGitHub {
    owner = "EasyScreenCast";
    repo = "EasyScreenCast";
    rev = finalAttrs.version;
    hash = "sha256-+cH/gczCdxoSrLp5nD82Spo8bSGyRnUUut3Xkmr9f3o=";
    hash = "sha256-G7wdRFA0qL+6inVRLAmKoP0E0IOyvlmQIUwbDv/DbLI=";
  };

  patches = [