added sort by urgency support

This commit is contained in:
specCon18 2024-06-29 01:39:06 -04:00
parent ae3a790e37
commit 2380b20f76
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
{ pkgs ? import <nixpkgs> { }, lib }:
pkgs.rustPlatform.buildRustPackage rec {
pname = "algos-in-rust";
version = "1.0.0";
pname = "yunodo";
version = "0.7.0";
cargoLock.lockFile = ../Cargo.lock;
src = pkgs.lib.cleanSource ../.;
buildInputs = [ ];