Unverified Commit 31437c83 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

gnomeExtensions.easyScreenCast: 1.9.0 -> 1.10.0 (#341846)

parents 2bdb6964 b4cbb90e
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.9.0";
  version = "1.10.0";

  src = fetchFromGitHub {
    owner = "EasyScreenCast";
    repo = "EasyScreenCast";
    rev = finalAttrs.version;
    hash = "sha256-rRRMFAdWseTxW6W194TE3yNlnpPX7gLViLPLQW6zuSI=";
    hash = "sha256-5PJB+lm4NKeNpS2vg9xaVl5aUR0Rofmt6sEKXfuGG6c=";
  };

  patches = [