Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arcan updates #147507

Merged
merged 3 commits into from
Nov 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pkgs/desktops/arcan/arcan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@

stdenv.mkDerivation rec {
pname = "arcan" + lib.optionalString useStaticOpenAL "-static-openal";
version = "0.6.1pre1+unstable=2021-10-16";
version = "0.6.1";

src = fetchFromGitHub {
owner = "letoram";
repo = "arcan";
rev = "e0182b944152fbcb49f5c16932d38c05a9fb2680";
hash = "sha256-4FodFuO51ehvyjH4YaF/xBY9dwA6cP/e6/BvEsH4w7U=";
rev = version;
hash = "sha256-2do4+6KB0AAcJk22mN0IA/e/bPaeGipLjI4RSTPqLBg=";
};

nativeBuildInputs = [
Expand Down
6 changes: 3 additions & 3 deletions pkgs/desktops/arcan/durden/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "durden";
version = "0.6.1+unstable=2021-10-15";
version = "0.6.1+date=2021-10-17";

src = fetchFromGitHub {
owner = "letoram";
repo = pname;
rev = "ab6cdaf19e87b74895a9ab5e1d005a07ea9396a6";
hash = "sha256-FxqY1TUgbD/PjQjTZZerb7ngn5nkcqmVwqPvbRAYaqo=";
rev = "5fb8b0f9bc2952ed9cf7dc20a1c5c0cc44c02ff1";
hash = "sha256-+EIsrCkMe9MrUQOCh0R+rsDg/Rqs3iQWO0GZCgZQ+No=";
};

installPhase = ''
Expand Down
6 changes: 3 additions & 3 deletions pkgs/desktops/arcan/pipeworld/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "pipeworld";
version = "0.pre+unstable=2021-08-01";
version = "0.pre+date=2021-11-26";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please wait until the rfc is done to change the version formats?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For all the relevant things, there is no such standard for versions. So, there is little to no problem modifying them here.

Also, I am modifying only packages with new releases. Nothing will be lost.


src = fetchFromGitHub {
owner = "letoram";
repo = pname;
rev = "311cc91946be63faab3b1578bc1d40668dd30f8c";
hash = "sha256-iqcdVzEp4ST/f93+9fGSwvJMj7BznNtoEx4F3oMPCYk=";
rev = "9f816db154ca5c54af952ad11c2186ccac5bdd2d";
hash = "sha256-uwnrRsMP0RLEGr2mEVQ6kEtV/c6t5qSCHY0ynywPzkw=";
};

installPhase = ''
Expand Down