nix-du: update version to show actual rev's date rather than git-master

This commit is contained in:
Maximilian Bosch 2019-09-15 18:14:11 +02:00
parent 586946829c
commit 050646af12
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform, nix, boost, graphviz, darwin }:
rustPlatform.buildRustPackage rec {
pname = "nix-du";
version = "0.3.0-git-master";
version = "unstable-2019-07-15";
src = fetchFromGitHub {
owner = "symphorien";