Unverified Commit 8fefdd4a authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #254127 from r-ryantm/auto-update/tageditor

tageditor: 3.8.1 -> 3.9.0
parents be640869 af68c285
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "tageditor";
  version = "3.8.1";
  version = "3.9.0";

  src = fetchFromGitHub {
    owner = "martchus";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-7YmjrVh8P3XfnNs2I8PoLigfVvzS0UnuAC67ZQp7WdA=";
    hash = "sha256-caki8WVnu8ELE2mXwRvT9TTTXCtMZEa0E3KVpHl05jg=";
  };

  nativeBuildInputs = [