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

(cherry picked from commit 050646af12)
This commit is contained in:
Maximilian Bosch
2019-09-15 18:14:11 +02:00
parent a982d99b28
commit 277d648ffc

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";