Commit 714fe33c authored by R. RyanTM's avatar R. RyanTM
Browse files

free42: 3.1.2 -> 3.1.3

parent 9dbf5074
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "free42";
  version = "3.1.2";
  version = "3.1.3";

  src = fetchFromGitHub {
    owner = "thomasokken";
    repo = "free42";
    rev = "v${finalAttrs.version}";
    hash = "sha256-v7Qi0ZRLXEoZqnbIiHTkvsftwMi9vUhgH7wOtHN84nU=";
    hash = "sha256-bOW5OyWaWblH2/2O3jNxaTjJEPZw86dTFJdexdlVLPs=";
  };

  nativeBuildInputs = [