Unverified Commit 093940cc authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

confy: 0.8.1 -> 0.9.0 (#466993)

parents 9ebfe6d2 852a135c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "confy";
  version = "0.8.1";
  version = "0.9.0";

  src = fetchFromSourcehut {
    owner = "~fabrixxm";
    repo = "confy";
    rev = finalAttrs.version;
    hash = "sha256-rkVem9bPjp68Pk8fVPMDZLFFQsqeeRsynWciCk6xWhU=";
    hash = "sha256-dcQ0ynEqrrGjAqQoWXtLMpvBVzpilXGpGWVNaVHp3CY=";
  };

  nativeBuildInputs = [