Unverified Commit 85fe7c52 authored by 0x4A6F's avatar 0x4A6F
Browse files

dune3d: 0.9.3 -> 1.0.0

parent 09dc46b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

stdenv.mkDerivation rec {
  pname = "dune3d";
  version = "0.9.3";
  version = "1.0.0";

  src = fetchFromGitHub {
    owner = "dune3d";
    repo = "dune3d";
    rev = "v${version}";
    hash = "sha256-9eH5fM0zdI6BrWTujpqTuBE2pkgAEooKYiWl692HV48=";
    hash = "sha256-y7jlqH1p2vCFTM14rFURxTkrWUT5hNkCseC3xB6bFFo=";
  };

  nativeBuildInputs = [