Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f3ba51f1484e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3d1956ad34ca
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 10, 2020

  1. aliza: 1.48.10 -> 1.98.32

    cryptix committed Aug 10, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    meyfa Fabian Meyer
    Copy the full SHA
    eeea325 View commit details

Commits on Aug 13, 2020

  1. Merge pull request #95062 from cryptix/update-aliza

    aliza: 1.48.10 -> 1.98.32
    dywedir authored Aug 13, 2020
    Copy the full SHA
    3d1956a View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/science/medicine/aliza/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/science/medicine/aliza/default.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@
with stdenv.lib;
stdenv.mkDerivation {
pname = "aliza";
version = "1.48.10";
version = "1.98.32";
src = fetchurl {
# See https://www.aliza-dicom-viewer.com/download
url = "https://drive.google.com/uc?export=download&id=16WEScARaSrzJpJkyGuOUxDF95eUwGyET";
sha256 = "1ls16cwd0fmb5axxmy9lgf8cqrf7g7swm26f0gr2vqp4z9bw6qn3";
url = "https://drive.google.com/uc?export=download&id=1nggavPhY_633T-AW9PdkcAgbWtzv3QKG";
sha256 = "00vbgv8ca9ckgkicyyngrb01yhhcqc8hygg2bls7b44c47hcc8zz";
name = "aliza.rpm";
};