Unverified Commit d450c70c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

tageditor: 3.9.2 -> 3.9.3 (#341833)

parents 7afe98b5 23b1c879
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.9.2";
  version = "3.9.3";

  src = fetchFromGitHub {
    owner = "martchus";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-Bmi1U/SmYENlwsysAHsgFODU7R1RnU3xqbwhPEwsGcM=";
    hash = "sha256-KAtOnTf3foOILDfTjVpkCOG6jsyS5fv0/Wv9Zcut2oE=";
  };

  nativeBuildInputs = [