Unverified Commit 62258908 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

deskflow: 1.23.0 -> 1.24.0 (#444298)

parents a2edb11e a69f70f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,13 +34,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "deskflow";
  version = "1.23.0";
  version = "1.24.0";

  src = fetchFromGitHub {
    owner = "deskflow";
    repo = "deskflow";
    tag = "v${finalAttrs.version}";
    hash = "sha256-REc6TY0eZJgLcDDo3R4evdYuXdgQ8oKNEvhy1zcdTQc=";
    hash = "sha256-eXQXHi8TMMwyIkZ7gQ9GHIzSOM2rtzV+w1R7hxS+WSA=";
  };

  postPatch = ''