Unverified Commit 6912e69f authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

myanon: 0.7 -> 0.8.1 (#487736)

parents 41b06640 f72d26be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "myanon";
  version = "0.7";
  version = "0.8.1";

  src = fetchFromGitHub {
    owner = "ppomes";
    repo = "myanon";
    tag = "v${finalAttrs.version}";
    hash = "sha256-pbClzLj9b4ZsehjSXwJjPlxpT6tlKcsZfEEfXVstlnA=";
    hash = "sha256-HOWwFdNFfebjWcmADyGVFMQ00sLp+ykk9ZCYI9grYWY=";
  };

  nativeBuildInputs = [